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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h153 typedef SmallVector<RelocationEntry, 64> RelocationList; typedef in class:llvm::RuntimeDyldImpl
157 DenseMap<unsigned, RelocationList> Relocations;
162 StringMap<RelocationList> ExternalSymbolRelocations;
277 void resolveRelocationList(const RelocationList &Relocs, uint64_t Value);

Completed in 79 milliseconds