Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp437 case wasm::WASM_SEC_CUSTOM: { in writeRelocSection()
481 if (Type != wasm::WASM_SEC_CUSTOM) { in writeWasm()
547 writeUint8(OS, wasm::WASM_SEC_CUSTOM); in writeWasm()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h169 : Section(wasm::WASM_SEC_CUSTOM), Name(Name) {} in CustomSection()
172 return S->Type == wasm::WASM_SEC_CUSTOM; in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h174 WASM_SEC_CUSTOM = 0, // Custom / User-defined section enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DWasmDumper.cpp166 case wasm::WASM_SEC_CUSTOM: in printSections()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp218 if (Section.Type == wasm::WASM_SEC_CUSTOM) { in readSection()
273 case wasm::WASM_SEC_CUSTOM: in parseSection()
1153 case wasm::WASM_SEC_CUSTOM: in getSectionName()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp140 case wasm::WASM_SEC_CUSTOM: { in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp137 case wasm::WASM_SEC_CUSTOM: { in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp354 startSection(Section, wasm::WASM_SEC_CUSTOM); in startCustomSection()