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

  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 210 re = i->end_relocations();
354 if (si->begin_relocations() == si->end_relocations())
360 re = si->end_relocations();
MachODump.cpp 395 RE = Sections[SectIdx].end_relocations(); RI != RE; RI.increment(ec)) {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 150 e = si->end_relocations(); i != e; i.increment(err)) {
223 e = Section.end_relocations(); i != e; i.increment(err), Check(err))
  /external/llvm/lib/Object/
Object.cpp 127 return (*unwrap(SI) == (*unwrap(Section))->end_relocations()) ? 1 : 0;
  /external/llvm/include/llvm/Object/
ObjectFile.h 168 relocation_iterator end_relocations() const;
518 inline relocation_iterator SectionRef::end_relocations() const { function in class:llvm::object::SectionRef

Completed in 61 milliseconds