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

  /external/llvm/include/llvm/Object/
ObjectFile.h 151 relocation_iterator begin_relocations() const;
437 inline relocation_iterator SectionRef::begin_relocations() const { function in class:llvm::object::SectionRef
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 202 for (relocation_iterator ri = i->begin_relocations(),
329 if (si->begin_relocations() == si->end_relocations())
334 for (relocation_iterator ri = si->begin_relocations(),
MachODump.cpp 390 for (relocation_iterator RI = Sections[SectIdx].begin_relocations(),

Completed in 189 milliseconds