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.cpp586 GlobalType = &getDefinedGlobal(Index).Type; in parseNameSection()
1479 auto Global = getDefinedGlobal(Ex.Index); in parseExportSection()
1588 const wasm::WasmGlobal &WasmObjectFile::getDefinedGlobal(uint32_t Index) const { in getDefinedGlobal() function in WasmObjectFile
1861 return getDefinedGlobal(Sym.Info.ElementIndex).Offset + SectionAddress; in getSymbolAddress()
1974 return getDefinedGlobal(Sym.Info.ElementIndex).Size; in getSymbolSize()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h243 const wasm::WasmGlobal &getDefinedGlobal(uint32_t Index) const;