Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h317 TableSection() : Section(wasm::WASM_SEC_TABLE) {} in TableSection()
320 return S->Type == wasm::WASM_SEC_TABLE; in classof()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h246 WASM_SEC_TABLE = 4, // Indirect function table and other tables enumerator
/openbsd/gnu/llvm/lld/wasm/
H A DSyntheticSections.h220 TableSection() : SyntheticSection(llvm::wasm::WASM_SEC_TABLE) {}
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp270 case wasm::WASM_SEC_TABLE: { in dump()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp224 case wasm::WASM_SEC_TABLE: in mapping()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp346 case wasm::WASM_SEC_TABLE: in parseSection()
1886 case wasm::WASM_SEC_TABLE: in getSectionOrder()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp969 startSection(Section, wasm::WASM_SEC_TABLE); in writeTableSection()