Home
last modified time | relevance | path

Searched refs:RelEnd (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp134 object::relocation_iterator &RelEnd) { in parsePairRelocation() argument
143 if (UnsignedRelItr == RelEnd) in parsePairRelocation()
267 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations() local
268 RelItr != RelEnd; ++RelItr) { in addRelocations()
315 if (RelItr == RelEnd) in addRelocations()
460 FixupAddress, FixupContent, ++RelItr, RelEnd); in addRelocations()
H A DMachO_x86_64.cpp125 object::relocation_iterator &RelEnd) { in parsePairRelocation() argument
134 if (UnsignedRelItr == RelEnd) in parsePairRelocation()
259 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations() local
260 RelItr != RelEnd; ++RelItr) { in addRelocations()
434 FixupAddress, FixupContent, ++RelItr, RelEnd); in addRelocations()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp626 std::vector<RelocationRef>::const_iterator RelEnd = Rels->end(); in printInst() local
628 while ((RelCur != RelEnd) && (RelCur->getOffset() <= Address.Address)) { in printInst()
1804 std::vector<RelocationRef>::const_iterator RelEnd = Rels.end(); in disassembleObject() local
2021 for (; RelCur != RelEnd; ++RelCur) { in disassembleObject()
2088 while (RelCur != RelEnd) { in disassembleObject()
2117 if (InlineRelocs && RelCur != RelEnd) in disassembleObject()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2393 uint64_t RelEnd = S.endOffset() - AllocBeginOffset; in isIntegerWideningViableForSlice() local
2408 if (RelEnd > Size) in isIntegerWideningViableForSlice()
2424 if (!isa<VectorType>(LI->getType()) && RelBegin == 0 && RelEnd == Size) in isIntegerWideningViableForSlice()
2429 } else if (RelBegin != 0 || RelEnd != Size || in isIntegerWideningViableForSlice()
2449 if (!isa<VectorType>(ValueTy) && RelBegin == 0 && RelEnd == Size) in isIntegerWideningViableForSlice()
2454 } else if (RelBegin != 0 || RelEnd != Size || in isIntegerWideningViableForSlice()