Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h100 relocation_iterator relocation_begin() const;
103 return make_range(relocation_begin(), relocation_end()); in relocations()
397 inline relocation_iterator SectionRef::relocation_begin() const { in relocation_begin() function
/external/llvm/lib/Object/
DObject.cpp158 relocation_iterator SI = (*unwrap(Section))->relocation_begin(); in LLVMGetRelocations()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp729 if (Section.relocation_begin() != Section.relocation_end()) { in DWARFContextInMemory()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp236 relocation_iterator I = SI->relocation_begin(); in loadObjectImpl()
DRuntimeDyldELF.cpp833 for (elf_relocation_iterator i = si->relocation_begin(), in findOPDEntrySection()
1823 if (SI->relocation_begin() != SI->relocation_end()) { in finalizeLoad()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1162 if (Section.relocation_begin() == Section.relocation_end()) in PrintRelocations()