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

/freebsd-current/contrib/llvm-project/lld/include/lld/Common/
H A DLLVM.h49 struct WasmGlobal;
90 using llvm::wasm::WasmGlobal;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h144 ArrayRef<wasm::WasmGlobal> globals() const { return Globals; }
236 wasm::WasmGlobal &getDefinedGlobal(uint32_t Index);
280 std::vector<wasm::WasmGlobal> Globals;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h312 struct WasmGlobal { struct in namespace:llvm::wasm
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp79 struct WasmGlobal { struct in namespace:__anon2103
342 void writeGlobalSection(ArrayRef<wasm::WasmGlobal> Globals);
925 void WasmObjectWriter::writeGlobalSection(ArrayRef<wasm::WasmGlobal> Globals) {
933 for (const wasm::WasmGlobal &Global : Globals) {
1469 SmallVector<wasm::WasmGlobal, 1> Globals;
1656 wasm::WasmGlobal Global;
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp679 wasm::WasmGlobal &Global = Globals[GlobalIndex];
1280 wasm::WasmGlobal Global;
1441 wasm::WasmGlobal &WasmObjectFile::getDefinedGlobal(uint32_t Index) {

Completed in 209 milliseconds