Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DLLVM.h49 struct WasmGlobal;
90 using llvm::wasm::WasmGlobal;
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h148 ArrayRef<wasm::WasmGlobal> globals() const { return Globals; } in globals()
242 const wasm::WasmGlobal &getDefinedGlobal(uint32_t Index) const;
286 std::vector<wasm::WasmGlobal> Globals;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp78 struct WasmGlobal { struct
339 void writeGlobalSection(ArrayRef<wasm::WasmGlobal> Globals);
920 void WasmObjectWriter::writeGlobalSection(ArrayRef<wasm::WasmGlobal> Globals) { in writeGlobalSection()
928 for (const wasm::WasmGlobal &Global : Globals) { in writeGlobalSection()
1462 SmallVector<wasm::WasmGlobal, 1> Globals; in writeOneObject()
1648 wasm::WasmGlobal Global; in writeOneObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h351 struct WasmGlobal { struct
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp763 wasm::WasmGlobal &Global = Globals[GlobalIndex]; in parseLinkingSectionSymtab()
1413 wasm::WasmGlobal Global; in parseGlobalSection()
1575 const wasm::WasmGlobal &WasmObjectFile::getDefinedGlobal(uint32_t Index) const { in getDefinedGlobal()