Home
last modified time | relevance | path

Searched refs:StubMapEntry (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp882 for (auto &StubMapEntry : RTDyldStubs) { in registerStubMap() local
885 if (StubMapEntry.first.SymbolName) in registerStubMap()
886 SymbolName = StubMapEntry.first.SymbolName; in registerStubMap()
892 if (SymInfo.getSectionID() == StubMapEntry.first.SectionID && in registerStubMap()
894 static_cast<uint64_t>(StubMapEntry.first.Offset)) { in registerStubMap()
903 StubMapEntry.second; in registerStubMap()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp908 for (auto &StubMapEntry : RTDyldStubs) { in registerStubMap() local
911 if (StubMapEntry.first.SymbolName) in registerStubMap()
912 SymbolName = StubMapEntry.first.SymbolName; in registerStubMap()
918 if (SymInfo.getSectionID() == StubMapEntry.first.SectionID && in registerStubMap()
920 static_cast<uint64_t>(StubMapEntry.first.Offset)) { in registerStubMap()
929 StubMapEntry.second; in registerStubMap()