HomeSort by relevance Sort by last modified time
    Searched defs:RelocationEntry (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 103 struct RelocationEntry {
110 RelocationEntry(StringRef t, uint64_t offset, uint32_t data, int64_t addend)
114 typedef SmallVector<RelocationEntry, 4> RelocationList;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 117 /// RelocationEntry - used to represent relocations internally in the dynamic
119 class RelocationEntry {
152 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend)
156 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend,
161 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend,
166 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend,
258 typedef SmallVector<RelocationEntry, 64> RelocationList;
372 void addRelocationForSection(const RelocationEntry &RE, unsigned SectionID);
376 void addRelocationForSymbol(const RelocationEntry &RE, StringRef SymbolName);
388 virtual void resolveRelocation(const RelocationEntry &RE, uint64_t Value) = 0
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
MachOFormat.h 294 struct RelocationEntry {

Completed in 442 milliseconds