Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp443 uint64_t SourceAddress = Item.first.first; in collectFunctionsFromRawProfile() local
445 if (FuncRange *FRange = Binary->findFuncRange(SourceAddress)) in collectFunctionsFromRawProfile()
574 uint64_t SourceAddress = Entry.first.first; in populateBoundarySamplesWithProbesForAllFunctions() local
584 Binary->getCallProbeForAddr(SourceAddress); in populateBoundarySamplesWithProbesForAllFunctions()
709 uint64_t SourceAddress = Entry.first.first; in populateBoundarySamplesForAllFunctions() local
719 Binary->getCachedFrameLocationStack(SourceAddress); in populateBoundarySamplesForAllFunctions()
892 uint64_t SourceAddress = Entry.first.first; in populateBoundarySamplesForFunction() local
905 auto LeafLoc = Binary->getInlineLeafFrameLoc(SourceAddress); in populateBoundarySamplesForFunction()
1203 uint64_t SourceAddress = BI.first.first; in populateBoundarySamplesWithProbes() local
1207 Binary->getCallProbeForAddr(SourceAddress); in populateBoundarySamplesWithProbes()
H A DPerfReader.cpp872 uint64_t SourceAddress = LBR.Source; in computeCounterFromLBR() local
879 Counter.recordBranchCount(SourceAddress, TargetAddress, Repeat); in computeCounterFromLBR()
889 EndAddress = SourceAddress; in computeCounterFromLBR()
1101 uint64_t SourceAddress = LBR.Source; in warnInvalidRange() local
1105 EndAddress = SourceAddress; in warnInvalidRange()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprAgg.cpp764 Address SourceAddress = in VisitCastExpr() local
771 Builder.CreateMemCpy(DestAddress, SourceAddress, SizeVal); in VisitCastExpr()
/openbsd-src/gnu/llvm/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()