Home
last modified time | relevance | path

Searched refs:CallerContext (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/tools/llvm-profgen/
DProfileGenerator.cpp275 StringRef CallerContext = CalleeContext.rsplit(" @ ").first; in getCallerContext() local
276 CallerNameWithContext = CallerContext.rsplit(':').first; in getCallerContext()
277 auto ContextSplit = CallerContext.rsplit(" @ "); in getCallerContext()
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp671 auto *CallerContext = Builder.CreateCall( in deriveNewFramePointer() local
674 CallerContext->setCallingConv(ProjectionFunc->getCallingConv()); in deriveNewFramePointer()
675 CallerContext->setDebugLoc(DbgLoc); in deriveNewFramePointer()
679 Type::getInt8Ty(Context), CallerContext, in deriveNewFramePointer()
683 auto InlineRes = InlineFunction(*CallerContext, InlineInfo); in deriveNewFramePointer()