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

  /external/llvm/utils/obj2yaml/
coff2yaml.cpp 278 if (iter->begin_relocations() != iter->end_relocations())
281 rIter != iter->end_relocations(); rIter.increment(ec)) {
  /external/llvm/lib/Object/
Object.cpp 127 return (*unwrap(SI) == (*unwrap(Section))->end_relocations()) ? 1 : 0;
  /external/llvm/include/llvm/Object/
ObjectFile.h 171 relocation_iterator end_relocations() const;
535 inline relocation_iterator SectionRef::end_relocations() const { function in class:llvm::object::SectionRef
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 543 if (i->begin_relocations() != i->end_relocations()) {
547 reloc_e = i->end_relocations();
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 147 e = si->end_relocations(); i != e; i.increment(err)) {
225 e = Section.end_relocations(); i != e; i.increment(err), Check(err))
RuntimeDyldELF.cpp 421 e = si->end_relocations(); i != e;) {
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 256 RE = SI->end_relocations();
llvm-objdump.cpp 246 re = i->end_relocations();
402 if (si->begin_relocations() == si->end_relocations())
408 re = si->end_relocations();
MachODump.cpp 366 RE = Sections[SectIdx].end_relocations(); RI != RE; RI.increment(ec)) {

Completed in 73 milliseconds