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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 57 class RelocationEntry {
66 RelocationEntry(unsigned id, uint64_t offset, uint32_t data, int64_t addend)
122 typedef SmallVector<RelocationEntry, 64> RelocationList;
192 void resolveRelocationEntry(const RelocationEntry &RE, uint64_t Value);
  /external/llvm/include/llvm/Object/
MachOFormat.h 294 struct RelocationEntry {

Completed in 380 milliseconds