LLVM 22.0.0git
VTuneSupportPlugin.cpp File Reference

Go to the source code of this file.

Functions

static VTuneMethodBatch getMethodBatch (LinkGraph &G, bool EmitDebugInfo)

Variables

static constexpr StringRef RegisterVTuneImplName = "llvm_orc_registerVTuneImpl"
static constexpr StringRef UnregisterVTuneImplName
static constexpr StringRef RegisterTestVTuneImplName

Function Documentation

◆ getMethodBatch()

Variable Documentation

◆ RegisterTestVTuneImplName

StringRef RegisterTestVTuneImplName
staticconstexpr
Initial value:
=
"llvm_orc_test_registerVTuneImpl"

Definition at line 23 of file VTuneSupportPlugin.cpp.

Referenced by llvm::orc::VTuneSupportPlugin::Create().

◆ RegisterVTuneImplName

StringRef RegisterVTuneImplName = "llvm_orc_registerVTuneImpl"
staticconstexpr

Definition at line 20 of file VTuneSupportPlugin.cpp.

Referenced by llvm::orc::VTuneSupportPlugin::Create().

◆ UnregisterVTuneImplName

StringRef UnregisterVTuneImplName
staticconstexpr
Initial value:
=
"llvm_orc_unregisterVTuneImpl"

Definition at line 21 of file VTuneSupportPlugin.cpp.

Referenced by llvm::orc::VTuneSupportPlugin::Create().