Searched refs:ExternalSymbolRelocations (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp936 // ExternalSymbolRelocations.
939 ExternalSymbolRelocations[SymbolName].push_back(RE);
1093 for (auto &RelocKV : ExternalSymbolRelocations) {
1139 ExternalSymbolRelocations.clear();
1153 for (auto &RelocKV : ExternalSymbolRelocations) {
1235 for (auto &RelocKV : SharedThis->ExternalSymbolRelocations) {
H A DRuntimeDyldImpl.h283 StringMap<RelocationList> ExternalSymbolRelocations; member in class:llvm::RuntimeDyldImpl

Completed in 194 milliseconds