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

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp683 // ExternalSymbolRelocations.
686 ExternalSymbolRelocations[SymbolName].push_back(RE);
805 while (!ExternalSymbolRelocations.empty()) {
806 StringMap<RelocationList>::iterator i = ExternalSymbolRelocations.begin();
824 // ExternalSymbolRelocations map. Consquently, we need to update our
828 i = ExternalSymbolRelocations.find(Name);
854 ExternalSymbolRelocations.erase(i);
H A DRuntimeDyldImpl.h273 StringMap<RelocationList> ExternalSymbolRelocations; member in class:llvm::RuntimeDyldImpl

Completed in 42 milliseconds