Home
last modified time | relevance | path

Searched refs:getDefinedGlobal (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp576 GlobalType = &getDefinedGlobal(Index).Type; in parseNameSection()
1466 auto Global = getDefinedGlobal(Ex.Index); in parseExportSection()
1575 const wasm::WasmGlobal &WasmObjectFile::getDefinedGlobal(uint32_t Index) const { in getDefinedGlobal() function in WasmObjectFile
1840 return getDefinedGlobal(Sym.Info.ElementIndex).Offset + SectionAddress; in getSymbolAddress()
1953 return getDefinedGlobal(Sym.Info.ElementIndex).Size; in getSymbolSize()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h242 const wasm::WasmGlobal &getDefinedGlobal(uint32_t Index) const;