Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DSyntheticSections.cpp300 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), "__memory_base"); in generateRelocationCode()
310 writeUleb128(os, WasmSym::tableBase->getGlobalIndex(), "__table_base"); in generateRelocationCode()
401 initExpr.Value.Global = WasmSym::tableBase->getGlobalIndex(); in writeBody()
453 writeUleb128(sub.os, g->getGlobalIndex(), "index"); in writeBody()
601 writeUleb128(sub.os, g->getGlobalIndex(), "global index"); in writeBody()
611 writeUleb128(sub.os, g->getGlobalIndex(), "global index"); in writeBody()
DInputGlobal.h31 uint32_t getGlobalIndex() const { return globalIndex.getValue(); } in getGlobalIndex() function
DSymbols.cpp289 uint32_t GlobalSymbol::getGlobalIndex() const { in getGlobalIndex() function in lld::wasm::GlobalSymbol
291 return f->global->getGlobalIndex(); in getGlobalIndex()
DInputChunks.cpp380 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), "memory_base"); in generateRelocationCode()
411 writeUleb128(os, baseSymbol->getGlobalIndex(), "base"); in generateRelocationCode()
DWriter.cpp627 export_ = {name, WASM_EXTERNAL_GLOBAL, g->getGlobalIndex()}; in calculateExports()
882 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), "memory_base"); in createInitMemoryFunction()
978 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), in createInitMemoryFunction()
1149 writeUleb128(os, WasmSym::tlsBase->getGlobalIndex(), "global index"); in createInitTLSFunction()
DOutputSections.cpp163 initExpr.Value.Global = WasmSym::memoryBase->getGlobalIndex(); in finalizeContents()
DSymbols.h320 uint32_t getGlobalIndex() const;
DInputFiles.cpp260 return gs->getGlobalIndex(); in calcNewValue()
/external/clang/lib/Frontend/
DCompilerInstance.cpp1690 GlobalModuleIndex *GlobalIndex = ModuleManager->getGlobalIndex(); in loadGlobalModuleIndex()
1701 GlobalIndex = ModuleManager->getGlobalIndex(); in loadGlobalModuleIndex()
1728 GlobalIndex = ModuleManager->getGlobalIndex(); in loadGlobalModuleIndex()
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp2138 GlobalModuleIndex *GlobalIndex = TheASTReader->getGlobalIndex(); in loadGlobalModuleIndex()
2156 GlobalIndex = TheASTReader->getGlobalIndex(); in loadGlobalModuleIndex()
2187 GlobalIndex = TheASTReader->getGlobalIndex(); in loadGlobalModuleIndex()
/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h1639 GlobalModuleIndex *getGlobalIndex() { return GlobalIndex.get(); } in getGlobalIndex() function
/external/clang/include/clang/Serialization/
DASTReader.h1441 GlobalModuleIndex *getGlobalIndex() { return GlobalIndex.get(); } in getGlobalIndex() function