Home
last modified time | relevance | path

Searched refs:WASM_SEC_DATA (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h306 DataSection() : Section(wasm::WASM_SEC_DATA) {} in DataSection()
309 return S->Type == wasm::WASM_SEC_DATA; in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h185 WASM_SEC_DATA = 11 // Data segments enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DWasmDumper.cpp177 case wasm::WASM_SEC_DATA: { in printSections()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp276 case wasm::WASM_SEC_DATA: { in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp434 case wasm::WASM_SEC_DATA: in writeRelocSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp295 case wasm::WASM_SEC_DATA: in parseSection()
1197 return getWasmSection(Sec).Type == wasm::WASM_SEC_DATA; in isSectionData()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp210 case wasm::WASM_SEC_DATA: in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp872 startSection(Section, wasm::WASM_SEC_DATA); in writeDataSection()