Home
last modified time | relevance | path

Searched refs:WASM_SEC_MEMORY (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h303 MemorySection() : Section(wasm::WASM_SEC_MEMORY) {} in MemorySection()
306 return S->Type == wasm::WASM_SEC_MEMORY; in classof()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h307 MemorySection() : Section(wasm::WASM_SEC_MEMORY) {} in MemorySection()
310 return S->Type == wasm::WASM_SEC_MEMORY; in classof()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h211 WASM_SEC_MEMORY = 5, // Memory attributes enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h227 WASM_SEC_MEMORY = 5, // Memory attributes enumerator
/external/llvm-project/lld/wasm/
DOutputSections.cpp46 case WASM_SEC_MEMORY: in sectionTypeToString()
DSyntheticSections.h165 MemorySection() : SyntheticSection(llvm::wasm::WASM_SEC_MEMORY) {} in MemorySection()
/external/llvm-project/llvm/tools/llvm-readobj/
DWasmDumper.cpp191 case wasm::WASM_SEC_MEMORY: in printSectionHeaders()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp225 case wasm::WASM_SEC_MEMORY: in mapping()
/external/llvm-project/llvm/lib/ObjectYAML/
DWasmYAML.cpp226 case wasm::WASM_SEC_MEMORY: in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp303 case wasm::WASM_SEC_MEMORY: in parseSection()
1585 case wasm::WASM_SEC_MEMORY: in getSectionOrder()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp316 case wasm::WASM_SEC_MEMORY: in parseSection()
1749 case wasm::WASM_SEC_MEMORY: in getSectionOrder()