Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp106 object::relocation_iterator &RelEnd) { in parsePairRelocation() argument
115 if (UnsignedRelItr == RelEnd) in parsePairRelocation()
214 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations() local
215 RelItr != RelEnd; ++RelItr) { in addRelocations()
262 if (RelItr == RelEnd) in addRelocations()
378 FixupContent, ++RelItr, RelEnd); in addRelocations()
H A DMachO_x86_64.cpp124 object::relocation_iterator &RelEnd) { in parsePairRelocation() argument
133 if (UnsignedRelItr == RelEnd) in parsePairRelocation()
234 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations() local
235 RelItr != RelEnd; ++RelItr) { in addRelocations()
388 FixupAddress, FixupContent, ++RelItr, RelEnd); in addRelocations()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp543 std::vector<RelocationRef>::const_iterator RelEnd = Rels->end(); in printInst() local
545 while ((RelCur != RelEnd) && (RelCur->getOffset() <= Address.Address)) { in printInst()
1231 std::vector<RelocationRef>::const_iterator RelEnd = Rels.end(); in disassembleObject() local
1371 if (RelCur != RelEnd) in disassembleObject()
1507 while (RelCur != RelEnd) { in disassembleObject()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2017 uint64_t RelEnd = S.endOffset() - AllocBeginOffset; in isIntegerWideningViableForSlice() local
2021 if (RelEnd > Size) in isIntegerWideningViableForSlice()
2039 if (!isa<VectorType>(LI->getType()) && RelBegin == 0 && RelEnd == Size) in isIntegerWideningViableForSlice()
2044 } else if (RelBegin != 0 || RelEnd != Size || in isIntegerWideningViableForSlice()
2064 if (!isa<VectorType>(ValueTy) && RelBegin == 0 && RelEnd == Size) in isIntegerWideningViableForSlice()
2069 } else if (RelBegin != 0 || RelEnd != Size || in isIntegerWideningViableForSlice()