Searched defs:RelEnd (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | MachO_x86_64.cpp | 125 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 259 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); addRelocations() local
|
H A D | MachO_arm64.cpp | 134 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 267 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); addRelocations() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 626 std::vector<RelocationRef>::const_iterator RelEnd = Rels->end(); printInst() local 1804 std::vector<RelocationRef>::const_iterator RelEnd = Rels.end(); disassembleObject() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 2393 uint64_t RelEnd = S.endOffset() - AllocBeginOffset; isIntegerWideningViableForSlice() local
|