Searched defs:RelEnd (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | MachO_arm64.cpp | 135 parsePairRelocation(Block & BlockToFix,Edge::Kind SubtractorKind,const MachO::relocation_info & SubRI,orc::ExecutorAddr FixupAddress,const char * FixupContent,object::relocation_iterator & UnsignedRelItr,object::relocation_iterator & RelEnd) parsePairRelocation() argument 268 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); addRelocations() local
|
H A D | MachO_x86_64.cpp | 126 parsePairRelocation(Block & BlockToFix,MachONormalizedRelocationType SubtractorKind,const MachO::relocation_info & SubRI,orc::ExecutorAddr FixupAddress,const char * FixupContent,object::relocation_iterator & UnsignedRelItr,object::relocation_iterator & RelEnd) parsePairRelocation() argument 260 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); addRelocations() local
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 742 std::vector<RelocationRef>::const_iterator RelEnd = Rels->end(); printInst() local 1938 std::vector<RelocationRef>::const_iterator RelEnd = Rels.end(); disassembleObject() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 2344 uint64_t RelEnd = S.endOffset() - AllocBeginOffset; isIntegerWideningViableForSlice() local
|