Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DObjectFile.h129 relocation_iterator relocation_end() const;
131 return make_range(relocation_begin(), relocation_end()); in relocations()
478 inline relocation_iterator SectionRef::relocation_end() const { in relocation_end() function
/freebsd-12.1/contrib/llvm/lib/Object/
H A DObject.cpp176 return (*unwrap(SI) == (*unwrap(Section))->relocation_end()) ? 1 : 0; in LLVMIsRelocationIteratorAtEnd()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp617 e = si->relocation_end(); in findOPDEntrySection()
1871 if (SI->relocation_begin() != SI->relocation_end()) { in finalizeLoad()
H A DRuntimeDyld.cpp358 relocation_iterator E = SI->relocation_end(); in loadObjectImpl()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1877 if (Section.relocation_begin() == Section.relocation_end()) in printRelocations()
1915 if (Section.relocation_begin() == Section.relocation_end()) in printDynamicRelocations()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1493 if (Section.relocation_begin() == Section.relocation_end()) in DWARFObjInMemory()