Home
last modified time | relevance | path

Searched refs:relocation_begin (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Object/
DObjectFile.h114 relocation_iterator relocation_begin() const;
117 return iterator_range<relocation_iterator>(relocation_begin(), in relocations()
468 inline relocation_iterator SectionRef::relocation_begin() const { in relocation_begin() function
/external/llvm/lib/Object/
DObject.cpp156 relocation_iterator SI = (*unwrap(Section))->relocation_begin(); in LLVMGetRelocations()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp192 relocation_iterator I = SI->relocation_begin(); in loadObject()
DRuntimeDyldELF.cpp671 for (relocation_iterator i = si->relocation_begin(), in findOPDEntrySection()
/external/llvm/lib/DebugInfo/
DDWARFContext.cpp717 if (Section.relocation_begin() != Section.relocation_end()) { in DWARFContextInMemory()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp565 if (Section.relocation_begin() == Section.relocation_end()) in PrintRelocations()