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

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h264 typedef SmallVector<RelocationEntry, 64> RelocationList; typedef in class:llvm::RuntimeDyldImpl
268 std::unordered_map<unsigned, RelocationList> Relocations;
273 StringMap<RelocationList> ExternalSymbolRelocations;
393 void resolveRelocationList(const RelocationList &Relocs, uint64_t Value);
H A DRuntimeDyld.cpp793 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs,
806 StringMap<RelocationList>::iterator i = ExternalSymbolRelocations.begin();
813 RelocationList &Relocs = i->second;
849 RelocationList &Relocs = i->second;

Completed in 50 milliseconds