Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h132 relocation_iterator relocation_end() const;
134 return make_range(relocation_begin(), relocation_end()); in relocations()
590 inline relocation_iterator SectionRef::relocation_end() const { in relocation_end() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp235 if (S.relocation_begin() != S.relocation_end()) in addRelocations()
260 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations()
H A DMachO_arm64.cpp244 if (S.relocation_begin() != S.relocation_end()) in addRelocations()
268 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp294 return (*unwrap(SI) == (*unwrap(Section))->relocation_end()) ? 1 : 0; in LLVMIsRelocationIteratorAtEnd()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp731 e = si->relocation_end(); in findOPDEntrySection()
2385 if (SI->relocation_begin() != SI->relocation_end()) { in finalizeLoad()
H A DRuntimeDyld.cpp377 relocation_iterator E = SI->relocation_end(); in loadObjectImpl()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2263 if (Section.relocation_begin() == Section.relocation_end()) in DWARFObjInMemory()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2669 if (Section.relocation_begin() == Section.relocation_end()) in printRelocations()