Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp386 ExternalSymbolRelocations[SymbolName].push_back(RE); in addRelocationForSymbol()
499 while(!ExternalSymbolRelocations.empty()) { in resolveExternalSymbols()
500 StringMap<RelocationList>::iterator i = ExternalSymbolRelocations.begin(); in resolveExternalSymbols()
521 i = ExternalSymbolRelocations.find(Name); in resolveExternalSymbols()
544 ExternalSymbolRelocations.erase(i); in resolveExternalSymbols()
DRuntimeDyldImpl.h183 StringMap<RelocationList> ExternalSymbolRelocations; variable