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

  /external/llvm/utils/obj2yaml/
coff2yaml.cpp 278 if (iter->begin_relocations() != iter->end_relocations())
280 for (llvm::object::relocation_iterator rIter = iter->begin_relocations();
  /external/llvm/lib/Object/
Object.cpp 117 relocation_iterator SI = (*unwrap(Section))->begin_relocations();
  /external/llvm/include/llvm/Object/
ObjectFile.h 170 relocation_iterator begin_relocations() const;
531 inline relocation_iterator SectionRef::begin_relocations() const { function in class:llvm::object::SectionRef
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 543 if (i->begin_relocations() != i->end_relocations()) {
546 for (object::relocation_iterator reloc_i = i->begin_relocations(),
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 146 for (relocation_iterator i = si->begin_relocations(),
224 for (relocation_iterator i = Section.begin_relocations(),
RuntimeDyldELF.cpp 420 for (relocation_iterator i = si->begin_relocations(),
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 255 for (relocation_iterator RI = SI->begin_relocations(),
llvm-objdump.cpp 245 for (relocation_iterator ri = i->begin_relocations(),
402 if (si->begin_relocations() == si->end_relocations())
407 for (relocation_iterator ri = si->begin_relocations(),
MachODump.cpp 365 for (relocation_iterator RI = Sections[SectIdx].begin_relocations(),

Completed in 317 milliseconds