Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp958 ExternalSymbolRelocations[SymbolName].push_back(RE); in addRelocationForSymbol()
1111 for (auto &RelocKV : ExternalSymbolRelocations) { in applyExternalSymbolRelocations()
1157 ExternalSymbolRelocations.clear(); in applyExternalSymbolRelocations()
1171 for (auto &RelocKV : ExternalSymbolRelocations) { in resolveExternalSymbols()
1253 for (auto &RelocKV : SharedThis->ExternalSymbolRelocations) { in finalizeAsync()
H A DRuntimeDyldImpl.h283 StringMap<RelocationList> ExternalSymbolRelocations; variable