Home
last modified time | relevance | path

Searched refs:ExternalSymbolRelocations (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp847 ExternalSymbolRelocations[SymbolName].push_back(RE); in addRelocationForSymbol()
1006 for (auto &RelocKV : ExternalSymbolRelocations) { in resolveExternalSymbols()
1031 while (!ExternalSymbolRelocations.empty()) { in resolveExternalSymbols()
1033 StringMap<RelocationList>::iterator i = ExternalSymbolRelocations.begin(); in resolveExternalSymbols()
1057 i = ExternalSymbolRelocations.find(Name); in resolveExternalSymbols()
1090 ExternalSymbolRelocations.erase(i); in resolveExternalSymbols()
DRuntimeDyldImpl.h289 StringMap<RelocationList> ExternalSymbolRelocations; variable
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp784 ExternalSymbolRelocations[SymbolName].push_back(RE); in addRelocationForSymbol()
903 while (!ExternalSymbolRelocations.empty()) { in resolveExternalSymbols()
904 StringMap<RelocationList>::iterator i = ExternalSymbolRelocations.begin(); in resolveExternalSymbols()
930 i = ExternalSymbolRelocations.find(Name); in resolveExternalSymbols()
956 ExternalSymbolRelocations.erase(i); in resolveExternalSymbols()
DRuntimeDyldImpl.h267 StringMap<RelocationList> ExternalSymbolRelocations; variable