Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h296 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection()
299 return S->Type == wasm::WASM_SEC_CODE; in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h184 WASM_SEC_CODE = 10, // Function bodies (code) enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp259 case wasm::WASM_SEC_CODE: { in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp431 case wasm::WASM_SEC_CODE: in writeRelocSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp293 case wasm::WASM_SEC_CODE: in parseSection()
1193 return getWasmSection(Sec).Type == wasm::WASM_SEC_CODE; in isSectionText()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp205 case wasm::WASM_SEC_CODE: in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp844 startSection(Section, wasm::WASM_SEC_CODE); in writeCodeSection()