Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp339 StringRef CallerContext = CalleeContext.rsplit(" @ ").first; in getCallerContext() local
340 CallerNameWithContext = CallerContext.rsplit(':').first; in getCallerContext()
341 auto ContextSplit = CallerContext.rsplit(" @ "); in getCallerContext()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp771 auto *CallerContext = Builder.CreateCall( in deriveNewFramePointer() local
774 CallerContext->setCallingConv(ProjectionFunc->getCallingConv()); in deriveNewFramePointer()
775 CallerContext->setDebugLoc(DbgLoc); in deriveNewFramePointer()
779 Type::getInt8Ty(Context), CallerContext, in deriveNewFramePointer()
783 auto InlineRes = InlineFunction(*CallerContext, InlineInfo); in deriveNewFramePointer()