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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h75 /// RelocationEntry - used to represent relocations internally in the dynamic
77 class RelocationEntry { class in namespace:llvm
98 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend) function in class:llvm::RelocationEntry
102 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, function in class:llvm::RelocationEntry
153 typedef SmallVector<RelocationEntry, 64> RelocationList;
266 void addRelocationForSection(const RelocationEntry &RE, unsigned SectionID);
270 void addRelocationForSymbol(const RelocationEntry &RE, StringRef SymbolName);
282 virtual void resolveRelocation(const RelocationEntry &RE, uint64_t Value) = 0;
/external/llvm/include/llvm/Object/
H A DMachOFormat.h350 struct RelocationEntry { struct in namespace:llvm::object::macho

Completed in 134 milliseconds