Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DInputGlobal.h25 InputGlobal(const WasmGlobal &g, ObjFile *f) in InputGlobal()
39 WasmGlobal global;
DWriterUtils.h54 void writeGlobal(raw_ostream &os, const llvm::wasm::WasmGlobal &global);
DWriterUtils.cpp192 void writeGlobal(raw_ostream &os, const WasmGlobal &global) { in writeGlobal()
DSyntheticSections.cpp333 WasmGlobal global; in writeBody()
351 WasmGlobal global; in writeBody()
DInputFiles.cpp405 for (const WasmGlobal &g : wasmObj->globals()) in parse()
DDriver.cpp575 llvm::wasm::WasmGlobal wasmGlobal; in createGlobal()
/external/llvm-project/lld/include/lld/Common/
DLLVM.h50 struct WasmGlobal;
89 using llvm::wasm::WasmGlobal;
/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/llvm-project/llvm/include/llvm/Object/
DWasm.h144 ArrayRef<wasm::WasmGlobal> globals() const { return Globals; } in globals()
235 wasm::WasmGlobal &getDefinedGlobal(uint32_t Index);
279 std::vector<wasm::WasmGlobal> Globals;
/external/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp81 struct WasmGlobal { struct
320 void writeGlobalSection(ArrayRef<wasm::WasmGlobal> Globals);
823 void WasmObjectWriter::writeGlobalSection(ArrayRef<wasm::WasmGlobal> Globals) { in writeGlobalSection()
831 for (const wasm::WasmGlobal &Global : Globals) { in writeGlobalSection()
1350 SmallVector<wasm::WasmGlobal, 1> Globals; in writeOneObject()
1532 wasm::WasmGlobal Global; in writeOneObject()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h90 struct WasmGlobal { struct
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h97 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/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp570 wasm::WasmGlobal &Global = Globals[GlobalIndex]; in parseLinkingSectionSymtab()
1145 wasm::WasmGlobal Global; in parseGlobalSection()
1267 wasm::WasmGlobal &WasmObjectFile::getDefinedGlobal(uint32_t Index) { in getDefinedGlobal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp123 struct WasmGlobal { struct