Searched refs:SourceAddress (Results 1 – 3 of 3) sorted by relevance
577 uint64_t SourceAddress = Binary->offsetToVirtualAddr(SourceOffset); in populateBoundarySamplesWithProbesForAllFunctions() local579 Binary->getCallProbeForAddr(SourceAddress); in populateBoundarySamplesWithProbesForAllFunctions()1193 uint64_t SourceAddress = Binary->offsetToVirtualAddr(SourceOffset); in populateBoundarySamplesWithProbes() local1195 Binary->getCallProbeForAddr(SourceAddress); in populateBoundarySamplesWithProbes()
1143 uint64_t SourceAddress = Sections[SectionID].getLoadAddressWithOffset(Offset); in resolveAArch64ShortBranch() local1148 if (!isInt<28>(Address + Value.Addend - SourceAddress)) in resolveAArch64ShortBranch()
746 Address SourceAddress = in VisitCastExpr() local753 Builder.CreateMemCpy(DestAddress, SourceAddress, SizeVal); in VisitCastExpr()