Home
last modified time | relevance | path

Searched refs:SourceAddress (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp577 uint64_t SourceAddress = Binary->offsetToVirtualAddr(SourceOffset); in populateBoundarySamplesWithProbesForAllFunctions() local
579 Binary->getCallProbeForAddr(SourceAddress); in populateBoundarySamplesWithProbesForAllFunctions()
1193 uint64_t SourceAddress = Binary->offsetToVirtualAddr(SourceOffset); in populateBoundarySamplesWithProbes() local
1195 Binary->getCallProbeForAddr(SourceAddress); in populateBoundarySamplesWithProbes()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1143 uint64_t SourceAddress = Sections[SectionID].getLoadAddressWithOffset(Offset); in resolveAArch64ShortBranch() local
1148 if (!isInt<28>(Address + Value.Addend - SourceAddress)) in resolveAArch64ShortBranch()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprAgg.cpp746 Address SourceAddress = in VisitCastExpr() local
753 Builder.CreateMemCpy(DestAddress, SourceAddress, SizeVal); in VisitCastExpr()