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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h70 /// RelocationEntry - used to represent relocations internally in the dynamic
72 class RelocationEntry { class in namespace:llvm
87 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend) function in class:llvm::RelocationEntry
146 typedef SmallVector<RelocationEntry, 64> RelocationList;
215 void addRelocationForSection(const RelocationEntry &RE, unsigned SectionID);
219 void addRelocationForSymbol(const RelocationEntry &RE, StringRef SymbolName);
227 void resolveRelocationEntry(const RelocationEntry &RE, uint64_t Value);
/external/llvm/include/llvm/Object/
H A DMachOFormat.h313 struct RelocationEntry { struct in namespace:llvm::object::macho

Completed in 129 milliseconds