Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp125 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 DMachO_arm64.cpp134 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 Dllvm-objdump.cpp626 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 DSROA.cpp2393 uint64_t RelEnd = S.endOffset() - AllocBeginOffset; isIntegerWideningViableForSlice() local