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

  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 209 for (relocation_iterator ri = i->begin_relocations(),
354 if (si->begin_relocations() == si->end_relocations())
359 for (relocation_iterator ri = si->begin_relocations(),
MachODump.cpp 394 for (relocation_iterator RI = Sections[SectIdx].begin_relocations(),
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 149 for (relocation_iterator i = si->begin_relocations(),
222 for (relocation_iterator i = Section.begin_relocations(),
  /external/llvm/lib/Object/
Object.cpp 117 relocation_iterator SI = (*unwrap(Section))->begin_relocations();
  /external/llvm/include/llvm/Object/
ObjectFile.h 167 relocation_iterator begin_relocations() const;
514 inline relocation_iterator SectionRef::begin_relocations() const { function in class:llvm::object::SectionRef

Completed in 482 milliseconds