Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h130 relocation_iterator relocation_begin() const;
133 return make_range(relocation_begin(), relocation_end()); in relocations()
529 inline relocation_iterator SectionRef::relocation_begin() const { in relocation_begin() 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.cpp284 relocation_iterator SI = (*unwrap(Section))->relocation_begin(); in LLVMGetRelocations()
/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.cpp726 for (elf_relocation_iterator i = si->relocation_begin(), in findOPDEntrySection()
2374 if (SI->relocation_begin() != SI->relocation_end()) { in finalizeLoad()
H A DRuntimeDyld.cpp376 relocation_iterator I = SI->relocation_begin(); 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()