Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h131 relocation_iterator relocation_end() const;
133 return make_range(relocation_begin(), relocation_end()); in relocations()
515 inline relocation_iterator SectionRef::relocation_end() const { in relocation_end() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp213 if (S.relocation_begin() != S.relocation_end()) in addRelocations()
234 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations()
H A DMachO_arm64.cpp194 if (S.relocation_begin() != S.relocation_end()) in addRelocations()
214 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DObject.cpp292 return (*unwrap(SI) == (*unwrap(Section))->relocation_end()) ? 1 : 0; in LLVMIsRelocationIteratorAtEnd()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp692 e = si->relocation_end(); in findOPDEntrySection()
1949 if (SI->relocation_begin() != SI->relocation_end()) { in finalizeLoad()
H A DRuntimeDyld.cpp371 relocation_iterator E = SI->relocation_end(); in loadObjectImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1790 if (Section.relocation_begin() == Section.relocation_end()) in DWARFObjInMemory()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1652 if (Section.relocation_begin() == Section.relocation_end()) in printRelocations()