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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h274 typedef SmallVector<RelocationEntry, 64> RelocationList; typedef in class:llvm::RuntimeDyldImpl
278 std::unordered_map<unsigned, RelocationList> Relocations;
283 StringMap<RelocationList> ExternalSymbolRelocations;
396 void resolveRelocationList(const RelocationList &Relocs, uint64_t Value);
H A DRuntimeDyld.cpp1079 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs,
1095 RelocationList &Relocs = RelocKV.second;

Completed in 130 milliseconds