Home
last modified time | relevance | path

Searched refs:WASM_SYMBOL_TABLE (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h242 WASM_SYMBOL_TABLE = 0x8, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp143 writeUint8(OS, wasm::WASM_SYMBOL_TABLE); in writeSectionContent()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp939 startSection(SubSection, wasm::WASM_SYMBOL_TABLE); in writeLinkingMetaDataSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp373 case wasm::WASM_SYMBOL_TABLE: in parseLinkingSection()