HomeSort by: relevance | last modified time | path
    Searched refs:LeafLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
ProfileGenerator.cpp 245 FunctionSamples &FunctionProfile, const FrameLocation &LeafLoc,
248 if (LeafLoc.second.LineOffset & 0x80000000)
252 LeafLoc.second.LineOffset, LeafLoc.second.Discriminator);
255 FunctionProfile.addBodySamples(LeafLoc.second.LineOffset,
256 LeafLoc.second.Discriminator,
287 auto LeafLoc = Binary->getInlineLeafFrameLoc(Offset);
288 if (LeafLoc.hasValue()) {
290 updateBodySamplesforFunctionProfile(FunctionProfile, *LeafLoc, Count);
315 auto LeafLoc = Binary->getInlineLeafFrameLoc(SourceOffset)
    [all...]
ProfileGenerator.h 200 const FrameLocation &LeafLoc,

Completed in 38 milliseconds