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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h203 typedef SmallVector<RelocationEntry, 64> RelocationList; typedef in class:llvm::RuntimeDyldImpl
207 DenseMap<unsigned, RelocationList> Relocations;
212 StringMap<RelocationList> ExternalSymbolRelocations;
318 void resolveRelocationList(const RelocationList &Relocs, uint64_t Value);
H A DRuntimeDyld.cpp615 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs,
628 StringMap<RelocationList>::iterator i = ExternalSymbolRelocations.begin();
635 RelocationList &Relocs = i->second;
668 RelocationList &Relocs = i->second;

Completed in 61 milliseconds