Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h131 relocation_iterator relocation_end() const;
133 return make_range(relocation_begin(), relocation_end()); in relocations()
533 inline relocation_iterator SectionRef::relocation_end() const { in relocation_end() function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp213 if (S.relocation_begin() != S.relocation_end()) in addRelocations()
238 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations()
H A DMachO_arm64.cpp222 if (S.relocation_begin() != S.relocation_end()) in addRelocations()
246 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DObject.cpp294 return (*unwrap(SI) == (*unwrap(Section))->relocation_end()) ? 1 : 0; in LLVMIsRelocationIteratorAtEnd()
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp398 for (auto It = Section.relocation_begin(); It != Section.relocation_end(); in collectRelocationsToApplyToSwiftReflectionSections()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp727 e = si->relocation_end(); in findOPDEntrySection()
2374 if (SI->relocation_begin() != SI->relocation_end()) { in finalizeLoad()
H A DRuntimeDyld.cpp377 relocation_iterator E = SI->relocation_end(); in loadObjectImpl()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1889 if (Section.relocation_begin() == Section.relocation_end()) in DWARFObjInMemory()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2164 if (Section.relocation_begin() == Section.relocation_end()) in printRelocations()