Home
last modified time | relevance | path

Searched refs:WASM_SEC_START (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h367 StartSection() : Section(wasm::WASM_SEC_START) {} in StartSection()
370 return S->Type == wasm::WASM_SEC_START; in classof()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DWasm.h250 WASM_SEC_START = 8, // Start function declaration enumerator
/llvm-project-15.0.7/lld/wasm/
H A DSyntheticSections.h322 StartSection() : SyntheticSection(llvm::wasm::WASM_SEC_START) {}
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp312 case wasm::WASM_SEC_START: { in dump()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp249 case wasm::WASM_SEC_START: in mapping()
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp356 case wasm::WASM_SEC_START: in parseSection()
1902 case wasm::WASM_SEC_START: in getSectionOrder()