LLVM 22.0.0git
JITLoaderPerf.cpp File Reference

Go to the source code of this file.

Functions

static Error badOS ()
static Error badOSBatch (PerfJITRecordBatch &Batch)
llvm::orc::shared::CWrapperFunctionResult llvm_orc_registerJITLoaderPerfImpl (const char *ArgData, size_t ArgSize)
llvm::orc::shared::CWrapperFunctionResult llvm_orc_registerJITLoaderPerfStart (const char *ArgData, size_t ArgSize)
llvm::orc::shared::CWrapperFunctionResult llvm_orc_registerJITLoaderPerfEnd (const char *ArgData, size_t ArgSize)

Function Documentation

◆ badOS()

◆ badOSBatch()

Error badOSBatch ( PerfJITRecordBatch & Batch)
static

Definition at line 434 of file JITLoaderPerf.cpp.

References badOS().

Referenced by llvm_orc_registerJITLoaderPerfImpl().

◆ llvm_orc_registerJITLoaderPerfEnd()

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

Definition at line 451 of file JITLoaderPerf.cpp.

References badOS().

◆ llvm_orc_registerJITLoaderPerfImpl()

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

Definition at line 437 of file JITLoaderPerf.cpp.

References badOSBatch().

◆ llvm_orc_registerJITLoaderPerfStart()

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

Definition at line 445 of file JITLoaderPerf.cpp.

References badOS().