Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h236 TableSection() : Section(wasm::WASM_SEC_TABLE) {} in TableSection()
239 return S->Type == wasm::WASM_SEC_TABLE; in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h178 WASM_SEC_TABLE = 4, // Indirect function table and other tables enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp198 case wasm::WASM_SEC_TABLE: { in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp175 case wasm::WASM_SEC_TABLE: in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp281 case wasm::WASM_SEC_TABLE: in parseSection()