Searched refs:getGlobalIndex (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/lld/wasm/ |
H A D | SyntheticSections.cpp | 434 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 D | OutputSections.cpp | 129 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), in finalizeContents() 142 initExpr.Inst.Value.Global = WasmSym::memoryBase->getGlobalIndex(); in finalizeContents()
|
H A D | InputChunks.cpp | 394 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), "memory_base"); in generateRelocationCode() 422 writeUleb128(os, baseSymbol->getGlobalIndex(), "base"); in generateRelocationCode()
|
H A D | Writer.cpp | 706 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 D | Symbols.cpp | 337 uint32_t GlobalSymbol::getGlobalIndex() const { in getGlobalIndex() function in lld::wasm::GlobalSymbol
|
H A D | Symbols.h | 344 uint32_t getGlobalIndex() const;
|
H A D | InputFiles.cpp | 200 return gs->getGlobalIndex(); in calcNewValue()
|
/openbsd/gnu/llvm/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 2210 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 D | ASTReader.h | 1701 GlobalModuleIndex *getGlobalIndex() { return GlobalIndex.get(); } in getGlobalIndex() function
|