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.cpp135 object::relocation_iterator &RelEnd) { in parsePairRelocation() argument
144 if (UnsignedRelItr == RelEnd) in parsePairRelocation()
268 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations() local
269 RelItr != RelEnd; ++RelItr) { in addRelocations()
317 if (RelItr == RelEnd) in addRelocations()
461 FixupAddress, FixupContent, ++RelItr, RelEnd); in addRelocations()
H A DMachO_x86_64.cpp126 object::relocation_iterator &RelEnd) { in parsePairRelocation() argument
135 if (UnsignedRelItr == RelEnd) in parsePairRelocation()
260 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations() local
261 RelItr != RelEnd; ++RelItr) { in addRelocations()
435 FixupAddress, FixupContent, ++RelItr, RelEnd); in addRelocations()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp742 std::vector<RelocationRef>::const_iterator RelEnd = Rels->end(); in printInst() local
744 while ((RelCur != RelEnd) && (RelCur->getOffset() <= Address.Address)) { in printInst()
1938 std::vector<RelocationRef>::const_iterator RelEnd = Rels.end(); in disassembleObject() local
2160 for (; RelCur != RelEnd; ++RelCur) { in disassembleObject()
2226 while (RelCur != RelEnd) { in disassembleObject()
2255 if (InlineRelocs && RelCur != RelEnd) in disassembleObject()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2344 uint64_t RelEnd = S.endOffset() - AllocBeginOffset; in isIntegerWideningViableForSlice() local
2359 if (RelEnd > Size) in isIntegerWideningViableForSlice()
2375 if (!isa<VectorType>(LI->getType()) && RelBegin == 0 && RelEnd == Size) in isIntegerWideningViableForSlice()
2380 } else if (RelBegin != 0 || RelEnd != Size || in isIntegerWideningViableForSlice()
2400 if (!isa<VectorType>(ValueTy) && RelBegin == 0 && RelEnd == Size) in isIntegerWideningViableForSlice()
2405 } else if (RelBegin != 0 || RelEnd != Size || in isIntegerWideningViableForSlice()