Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h101 relocation_iterator relocation_end() const;
103 return make_range(relocation_begin(), relocation_end()); in relocations()
401 inline relocation_iterator SectionRef::relocation_end() const { in relocation_end() function
/external/llvm/lib/Object/
DObject.cpp168 return (*unwrap(SI) == (*unwrap(Section))->relocation_end()) ? 1 : 0; in LLVMIsRelocationIteratorAtEnd()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp729 if (Section.relocation_begin() != Section.relocation_end()) { in DWARFContextInMemory()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp237 relocation_iterator E = SI->relocation_end(); in loadObjectImpl()
DRuntimeDyldELF.cpp834 e = si->relocation_end(); 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()