Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfLowering.cpp50 static auto GetCtx = "__llvm_ctx_profile_get_context"; variable
65 Function *GetCtx = nullptr; member in __anond08bc7040111::CtxInstrumentationLowerer
189 GetCtx = cast<Function>( in CtxInstrumentationLowerer()
190 M.getOrInsertFunction(CompilerRtAPINames::GetCtx, in CtxInstrumentationLowerer()
315 Context = Builder.CreateCall(GetCtx, {TheRootFuctionData, &F, Guid, in lowerFunction()