Home
last modified time | relevance | path

Searched refs:getGlobalIndex (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/lld/wasm/
H A DSyntheticSections.cpp434 writeUleb128(os, WasmSym::tlsBase->getGlobalIndex(), "__tls_base"); in generateRelocationCode()
436 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), in generateRelocationCode()
447 writeUleb128(os, WasmSym::tableBase->getGlobalIndex(), "__table_base"); in generateRelocationCode()
494 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), in writeBody()
576 ->getGlobalIndex(); in writeBody()
640 writeUleb128(sub.os, g->getGlobalIndex(), "index"); in writeBody()
802 writeUleb128(sub.os, g->getGlobalIndex(), "global index"); in writeBody()
H A DOutputSections.cpp129 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), in finalizeContents()
142 initExpr.Inst.Value.Global = WasmSym::memoryBase->getGlobalIndex(); in finalizeContents()
H A DInputChunks.cpp394 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), "memory_base"); in generateRelocationCode()
422 writeUleb128(os, baseSymbol->getGlobalIndex(), "base"); in generateRelocationCode()
H A DWriter.cpp706 export_ = {name, WASM_EXTERNAL_GLOBAL, g->getGlobalIndex()}; in calculateExports()
1154 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), "memory_base"); in createInitMemoryFunction()
1201 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), in createInitMemoryFunction()
1219 writeUleb128(os, WasmSym::tlsBase->getGlobalIndex(), in createInitMemoryFunction()
1463 writeUleb128(os, WasmSym::tlsBase->getGlobalIndex(), "global index"); in createInitTLSFunction()
H A DSymbols.cpp337 uint32_t GlobalSymbol::getGlobalIndex() const { in getGlobalIndex() function in lld::wasm::GlobalSymbol
H A DSymbols.h344 uint32_t getGlobalIndex() const;
H A DInputFiles.cpp200 return gs->getGlobalIndex(); in calcNewValue()
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp2210 GlobalModuleIndex *GlobalIndex = TheASTReader->getGlobalIndex(); in loadGlobalModuleIndex()
2228 GlobalIndex = TheASTReader->getGlobalIndex(); in loadGlobalModuleIndex()
2259 GlobalIndex = TheASTReader->getGlobalIndex(); in loadGlobalModuleIndex()
/openbsd/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h1701 GlobalModuleIndex *getGlobalIndex() { return GlobalIndex.get(); } in getGlobalIndex() function