LLVM 20.0.0git
|
#include "llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.h"
#include "llvm/ExecutionEngine/Orc/Shared/VTuneSharedStructs.h"
#include <map>
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 *Data, uint64_t Size) |
llvm::orc::shared::CWrapperFunctionResult | llvm_orc_unregisterVTuneImpl (const char *Data, uint64_t Size) |
llvm::orc::shared::CWrapperFunctionResult | llvm_orc_test_registerVTuneImpl (const char *Data, uint64_t Size) |
llvm::orc::shared::CWrapperFunctionResult llvm_orc_registerVTuneImpl | ( | const char * | Data, |
uint64_t | Size | ||
) |
Definition at line 201 of file JITLoaderVTune.cpp.
References Size, and unsupportedBatch().
llvm::orc::shared::CWrapperFunctionResult llvm_orc_test_registerVTuneImpl | ( | const char * | Data, |
uint64_t | Size | ||
) |
Definition at line 217 of file JITLoaderVTune.cpp.
References Size, and unsupportedBatch().
llvm::orc::shared::CWrapperFunctionResult llvm_orc_unregisterVTuneImpl | ( | const char * | Data, |
uint64_t | Size | ||
) |
Definition at line 209 of file JITLoaderVTune.cpp.
References Size, and unsuppported().
|
static |
Definition at line 191 of file JITLoaderVTune.cpp.
References llvm::inconvertibleErrorCode().
Referenced by llvm_orc_registerVTuneImpl(), and llvm_orc_test_registerVTuneImpl().
Definition at line 196 of file JITLoaderVTune.cpp.
Referenced by llvm_orc_unregisterVTuneImpl().