LLVM 19.0.0git
Functions | Variables
VTuneSupportPlugin.cpp File Reference
#include "llvm/ExecutionEngine/Orc/Debugging/VTuneSupportPlugin.h"
#include "llvm/DebugInfo/DWARF/DWARFContext.h"
#include "llvm/ExecutionEngine/Orc/Debugging/DebugInfoSupport.h"

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()

static VTuneMethodBatch getMethodBatch ( LinkGraph G,
bool  EmitDebugInfo 
)
static

Variable Documentation

◆ RegisterTestVTuneImplName

constexpr StringRef RegisterTestVTuneImplName
staticconstexpr
Initial value:
=
"llvm_orc_test_registerVTuneImpl"

Definition at line 23 of file VTuneSupportPlugin.cpp.

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

◆ RegisterVTuneImplName

constexpr StringRef RegisterVTuneImplName = "llvm_orc_registerVTuneImpl"
staticconstexpr

Definition at line 20 of file VTuneSupportPlugin.cpp.

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

◆ UnregisterVTuneImplName

constexpr StringRef UnregisterVTuneImplName
staticconstexpr
Initial value:
=
"llvm_orc_unregisterVTuneImpl"

Definition at line 21 of file VTuneSupportPlugin.cpp.

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