Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DOutputSections.h62 : OutputSection(llvm::wasm::WASM_SEC_CODE), functions(functions) {} in CodeSection()
65 return sec->type == llvm::wasm::WASM_SEC_CODE; in classof()
DOutputSections.cpp58 case WASM_SEC_CODE: in sectionTypeToString()
DInputFiles.cpp356 if (section.Type == WASM_SEC_CODE) { in parse()
DWriter.cpp176 else if (sec->type == WASM_SEC_CODE) in createRelocSections()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h363 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection()
366 return S->Type == wasm::WASM_SEC_CODE; in classof()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h367 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection()
370 return S->Type == wasm::WASM_SEC_CODE; in classof()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h216 WASM_SEC_CODE = 10, // Function bodies (code) enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h232 WASM_SEC_CODE = 10, // Function bodies (code) enumerator
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.cpp273 if (llvm::wasm::WASM_SEC_CODE == sect_info.id) { in CreateSections()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp315 case wasm::WASM_SEC_CODE: in parseSection()
1447 return getWasmSection(Sec).Type == wasm::WASM_SEC_CODE; in isSectionText()
1595 case wasm::WASM_SEC_CODE: in getSectionOrder()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp328 case wasm::WASM_SEC_CODE: in parseSection()
1609 return getWasmSection(Sec).Type == wasm::WASM_SEC_CODE; in isSectionText()
1759 case wasm::WASM_SEC_CODE: in getSectionOrder()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp255 case wasm::WASM_SEC_CODE: in mapping()
DWasmEmitter.cpp511 case wasm::WASM_SEC_CODE: in writeRelocSection()
/external/llvm-project/llvm/lib/ObjectYAML/
DWasmEmitter.cpp533 case wasm::WASM_SEC_CODE: in writeRelocSection()
DWasmYAML.cpp256 case wasm::WASM_SEC_CODE: in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp829 startSection(Section, wasm::WASM_SEC_CODE); in writeCodeSection()
/external/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp934 startSection(Section, wasm::WASM_SEC_CODE); in writeCodeSection()