Home
last modified time | relevance | path

Searched refs:WasmGlobal (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h141 ArrayRef<wasm::WasmGlobal> globals() const { return Globals; } in globals()
227 wasm::WasmGlobal &getDefinedGlobal(uint32_t Index);
270 std::vector<wasm::WasmGlobal> Globals;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h90 struct WasmGlobal { struct
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp534 wasm::WasmGlobal &Global = Globals[GlobalIndex]; in parseLinkingSectionSymtab()
991 wasm::WasmGlobal Global; in parseGlobalSection()
1119 wasm::WasmGlobal &WasmObjectFile::getDefinedGlobal(uint32_t Index) { in getDefinedGlobal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp123 struct WasmGlobal { struct