Searched refs:getGlobalIndex (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/lld/wasm/ |
D | SyntheticSections.cpp | 300 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()
|
D | InputGlobal.h | 31 uint32_t getGlobalIndex() const { return globalIndex.getValue(); } in getGlobalIndex() function
|
D | Symbols.cpp | 289 uint32_t GlobalSymbol::getGlobalIndex() const { in getGlobalIndex() function in lld::wasm::GlobalSymbol 291 return f->global->getGlobalIndex(); in getGlobalIndex()
|
D | InputChunks.cpp | 380 writeUleb128(os, WasmSym::memoryBase->getGlobalIndex(), "memory_base"); in generateRelocationCode() 411 writeUleb128(os, baseSymbol->getGlobalIndex(), "base"); in generateRelocationCode()
|
D | Writer.cpp | 627 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()
|
D | OutputSections.cpp | 163 initExpr.Value.Global = WasmSym::memoryBase->getGlobalIndex(); in finalizeContents()
|
D | Symbols.h | 320 uint32_t getGlobalIndex() const;
|
D | InputFiles.cpp | 260 return gs->getGlobalIndex(); in calcNewValue()
|
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 1690 GlobalModuleIndex *GlobalIndex = ModuleManager->getGlobalIndex(); in loadGlobalModuleIndex() 1701 GlobalIndex = ModuleManager->getGlobalIndex(); in loadGlobalModuleIndex() 1728 GlobalIndex = ModuleManager->getGlobalIndex(); in loadGlobalModuleIndex()
|
/external/llvm-project/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 2138 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/ |
D | ASTReader.h | 1639 GlobalModuleIndex *getGlobalIndex() { return GlobalIndex.get(); } in getGlobalIndex() function
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 1441 GlobalModuleIndex *getGlobalIndex() { return GlobalIndex.get(); } in getGlobalIndex() function
|