Home
last modified time | relevance | path

Searched refs:WASM_SEC_TABLE (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h293 TableSection() : Section(wasm::WASM_SEC_TABLE) {} in TableSection()
296 return S->Type == wasm::WASM_SEC_TABLE; in classof()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h297 TableSection() : Section(wasm::WASM_SEC_TABLE) {} in TableSection()
300 return S->Type == wasm::WASM_SEC_TABLE; in classof()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h210 WASM_SEC_TABLE = 4, // Indirect function table and other tables enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h226 WASM_SEC_TABLE = 4, // Indirect function table and other tables enumerator
/external/llvm-project/lld/wasm/
DOutputSections.cpp44 case WASM_SEC_TABLE: in sectionTypeToString()
DSyntheticSections.h146 TableSection() : SyntheticSection(llvm::wasm::WASM_SEC_TABLE) {} in TableSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp220 case wasm::WASM_SEC_TABLE: in mapping()
/external/llvm-project/llvm/lib/ObjectYAML/
DWasmYAML.cpp221 case wasm::WASM_SEC_TABLE: in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp301 case wasm::WASM_SEC_TABLE: in parseSection()
1583 case wasm::WASM_SEC_TABLE: in getSectionOrder()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp314 case wasm::WASM_SEC_TABLE: in parseSection()
1747 case wasm::WASM_SEC_TABLE: in getSectionOrder()
/external/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp865 startSection(Section, wasm::WASM_SEC_TABLE); in writeTableSection()