LLVM 19.0.0git
Variables
CompilerRtAPINames Namespace Reference

Variables

static auto StartCtx = "__llvm_ctx_profile_start_context"
 
static auto ReleaseCtx = "__llvm_ctx_profile_release_context"
 
static auto GetCtx = "__llvm_ctx_profile_get_context"
 
static auto ExpectedCalleeTLS = "__llvm_ctx_profile_expected_callee"
 
static auto CallsiteTLS = "__llvm_ctx_profile_callsite"
 

Variable Documentation

◆ CallsiteTLS

auto CompilerRtAPINames::CallsiteTLS = "__llvm_ctx_profile_callsite"
static

Definition at line 44 of file PGOCtxProfLowering.cpp.

◆ ExpectedCalleeTLS

auto CompilerRtAPINames::ExpectedCalleeTLS = "__llvm_ctx_profile_expected_callee"
static

Definition at line 43 of file PGOCtxProfLowering.cpp.

◆ GetCtx

auto CompilerRtAPINames::GetCtx = "__llvm_ctx_profile_get_context"
static

Definition at line 42 of file PGOCtxProfLowering.cpp.

◆ ReleaseCtx

auto CompilerRtAPINames::ReleaseCtx = "__llvm_ctx_profile_release_context"
static

Definition at line 41 of file PGOCtxProfLowering.cpp.

◆ StartCtx

auto CompilerRtAPINames::StartCtx = "__llvm_ctx_profile_start_context"
static

Definition at line 40 of file PGOCtxProfLowering.cpp.