Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp155 object::relocation_iterator &RelEnd) { in parsePairRelocation() argument
164 if (UnsignedRelItr == RelEnd) in parsePairRelocation()
288 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations() local
289 RelItr != RelEnd; ++RelItr) { in addRelocations()
337 if (RelItr == RelEnd) in addRelocations()
484 FixupAddress, FixupContent, ++RelItr, RelEnd); in addRelocations()
H A DMachO_x86_64.cpp130 object::relocation_iterator &RelEnd) { in parsePairRelocation() argument
139 if (UnsignedRelItr == RelEnd) in parsePairRelocation()
264 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations() local
265 RelItr != RelEnd; ++RelItr) { in addRelocations()
439 FixupAddress, FixupContent, ++RelItr, RelEnd); in addRelocations()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2438 uint64_t RelEnd = S.endOffset() - AllocBeginOffset; in isIntegerWideningViableForSlice() local
2453 if (RelEnd > Size) in isIntegerWideningViableForSlice()
2470 if (!isa<VectorType>(LI->getType()) && RelBegin == 0 && RelEnd == Size) in isIntegerWideningViableForSlice()
2475 } else if (RelBegin != 0 || RelEnd != Size || in isIntegerWideningViableForSlice()
2496 if (!isa<VectorType>(ValueTy) && RelBegin == 0 && RelEnd == Size) in isIntegerWideningViableForSlice()
2501 } else if (RelBegin != 0 || RelEnd != Size || in isIntegerWideningViableForSlice()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2016 std::vector<RelocationRef>::const_iterator RelEnd = Rels.end(); in disassembleObject() local
2239 for (; RelCur != RelEnd; ++RelCur) { in disassembleObject()
2303 while (RelCur != RelEnd) { in disassembleObject()
2328 if (InlineRelocs && RelCur != RelEnd) in disassembleObject()