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

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
SymbolizableObjectFile.cpp 299 DIInliningInfo InlinedContext = DebugInfoContext->getInliningInfoForAddress(
303 if (InlinedContext.getNumberOfFrames() == 0)
304 InlinedContext.addFrame(DILineInfo());
312 DILineInfo *LI = InlinedContext.getMutableFrame(
313 InlinedContext.getNumberOfFrames() - 1);
321 return InlinedContext;
Symbolize.cpp 102 DIInliningInfo InlinedContext = Info->symbolizeInlinedCode(
106 for (int i = 0, n = InlinedContext.getNumberOfFrames(); i < n; i++) {
107 auto *Frame = InlinedContext.getMutableFrame(i);
111 return InlinedContext;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleContextTracker.cpp 254 Samples->getContext().setState(InlinedContext);
307 if (Context.hasState(InlinedContext) || Context.hasState(MergedContext))
328 InlinedSamples->getContext().setState(InlinedContext);
354 if (FromSamples && FromSamples->getContext().hasState(InlinedContext))
381 assert(!FromSamples->getContext().hasState(InlinedContext) &&
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
CSPreInliner.cpp 217 if (!Context.isBaseContext() && !Context.hasState(InlinedContext)) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProf.h 385 InlinedContext = 0x4, // Profile for context that is inlined into caller

Completed in 19 milliseconds