Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h318 TableSection() : Section(wasm::WASM_SEC_TABLE) {} in TableSection()
321 return S->Type == wasm::WASM_SEC_TABLE; in classof()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h39 WASM_SEC_TABLE = 4, // Indirect function table and other tables enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp226 case wasm::WASM_SEC_TABLE: in mapping()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp403 case wasm::WASM_SEC_TABLE: in parseSection()
2148 case wasm::WASM_SEC_TABLE: in getSectionOrder()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp966 startSection(Section, wasm::WASM_SEC_TABLE); in writeTableSection()