LLVM 22.0.0git
JITLoaderVTune.cpp File Reference

Go to the source code of this file.

Functions

static Error unsupportedBatch (const VTuneMethodBatch &MB)
static void unsuppported (const std::vector< std::pair< uint64_t, uint64_t > > &UM)
llvm::orc::shared::CWrapperFunctionResult llvm_orc_registerVTuneImpl (const char *ArgData, size_t ArgSize)
llvm::orc::shared::CWrapperFunctionResult llvm_orc_unregisterVTuneImpl (const char *ArgData, size_t ArgSize)
llvm::orc::shared::CWrapperFunctionResult llvm_orc_test_registerVTuneImpl (const char *ArgData, size_t ArgSize)

Function Documentation

◆ llvm_orc_registerVTuneImpl()

llvm::orc::shared::CWrapperFunctionResult llvm_orc_registerVTuneImpl ( const char * ArgData,
size_t ArgSize )

Definition at line 201 of file JITLoaderVTune.cpp.

References unsupportedBatch().

◆ llvm_orc_test_registerVTuneImpl()

llvm::orc::shared::CWrapperFunctionResult llvm_orc_test_registerVTuneImpl ( const char * ArgData,
size_t ArgSize )

Definition at line 217 of file JITLoaderVTune.cpp.

References unsupportedBatch().

◆ llvm_orc_unregisterVTuneImpl()

llvm::orc::shared::CWrapperFunctionResult llvm_orc_unregisterVTuneImpl ( const char * ArgData,
size_t ArgSize )

Definition at line 209 of file JITLoaderVTune.cpp.

References unsuppported().

◆ unsupportedBatch()

Error unsupportedBatch ( const VTuneMethodBatch & MB)
static

◆ unsuppported()

void unsuppported ( const std::vector< std::pair< uint64_t, uint64_t > > & UM)
static

Definition at line 196 of file JITLoaderVTune.cpp.

Referenced by llvm_orc_unregisterVTuneImpl().