HomeSort by relevance Sort by last modified time
    Searched refs:ExternalSymbolRelocations (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 508 // ExternalSymbolRelocations.
511 ExternalSymbolRelocations[SymbolName].push_back(RE);
627 while (!ExternalSymbolRelocations.empty()) {
628 StringMap<RelocationList>::iterator i = ExternalSymbolRelocations.begin();
646 // ExternalSymbolRelocations map. Consquently, we need to update our
650 i = ExternalSymbolRelocations.find(Name);
672 ExternalSymbolRelocations.erase(i);
RuntimeDyldImpl.h 212 StringMap<RelocationList> ExternalSymbolRelocations;

Completed in 48 milliseconds