Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp133 object::relocation_iterator &RelEnd) { in parsePairRelocation()
246 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations() local
H A DMachO_x86_64.cpp124 object::relocation_iterator &RelEnd) { in parsePairRelocation()
238 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations() local
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp580 std::vector<RelocationRef>::const_iterator RelEnd = Rels->end(); in printInst() local
1526 std::vector<RelocationRef>::const_iterator RelEnd = Rels.end(); in disassembleObject() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2256 uint64_t RelEnd = S.endOffset() - AllocBeginOffset; in isIntegerWideningViableForSlice() local