Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h370 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection()
373 return S->Type == wasm::WASM_SEC_CODE; in classof()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h238 WASM_SEC_CODE = 10, // Function bodies (code) enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp340 case wasm::WASM_SEC_CODE: { in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp329 case wasm::WASM_SEC_CODE: in parseSection()
1669 return getWasmSection(Sec).Type == wasm::WASM_SEC_CODE; in isSectionText()
1819 case wasm::WASM_SEC_CODE: in getSectionOrder()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp561 case wasm::WASM_SEC_CODE: in writeRelocSection()
H A DWasmYAML.cpp257 case wasm::WASM_SEC_CODE: in mapping()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp987 startSection(Section, wasm::WASM_SEC_CODE); in writeCodeSection()