Home
last modified time | relevance | path

Searched refs:end_relocations (Results 1 – 9 of 9) sorted by relevance

/external/llvm/utils/obj2yaml/
Dcoff2yaml.cpp278 if (iter->begin_relocations() != iter->end_relocations()) in yamlCOFFSections()
281 rIter != iter->end_relocations(); rIter.increment(ec)) { in yamlCOFFSections()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp246 re = i->end_relocations(); in DisassembleObject()
402 if (si->begin_relocations() == si->end_relocations()) in PrintRelocations()
408 re = si->end_relocations(); in PrintRelocations()
DCOFFDump.cpp256 RE = SI->end_relocations(); in printCOFFUnwindInfo()
DMachODump.cpp366 RE = Sections[SectIdx].end_relocations(); RI != RE; RI.increment(ec)) { in DisassembleInputMachO()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp147 e = si->end_relocations(); i != e; i.increment(err)) { in loadObject()
225 e = Section.end_relocations(); i != e; i.increment(err), Check(err)) in emitSection()
DRuntimeDyldELF.cpp421 e = si->end_relocations(); i != e;) { in findOPDEntrySection()
/external/llvm/lib/Object/
DObject.cpp127 return (*unwrap(SI) == (*unwrap(Section))->end_relocations()) ? 1 : 0; in LLVMIsRelocationIteratorAtEnd()
/external/llvm/include/llvm/Object/
DObjectFile.h171 relocation_iterator end_relocations() const;
535 inline relocation_iterator SectionRef::end_relocations() const { in end_relocations() function
/external/llvm/lib/DebugInfo/
DDWARFContext.cpp543 if (i->begin_relocations() != i->end_relocations()) { in DWARFContextInMemory()
547 reloc_e = i->end_relocations(); in DWARFContextInMemory()