LLVM 23.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::CWrapperFunctionBuffer llvm_orc_registerJITLoaderPerfImpl (const char *ArgData, size_t ArgSize)
llvm::orc::shared::CWrapperFunctionBuffer llvm_orc_registerJITLoaderPerfStart (const char *ArgData, size_t ArgSize)
llvm::orc::shared::CWrapperFunctionBuffer llvm_orc_registerJITLoaderPerfEnd (const char *ArgData, size_t ArgSize)

Function Documentation

◆ badOS()

◆ badOSBatch()

Error badOSBatch ( PerfJITRecordBatch & Batch)
static

Definition at line 435 of file JITLoaderPerf.cpp.

References badOS().

Referenced by llvm_orc_registerJITLoaderPerfImpl().

◆ llvm_orc_registerJITLoaderPerfEnd()

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

Definition at line 452 of file JITLoaderPerf.cpp.

References badOS().

◆ llvm_orc_registerJITLoaderPerfImpl()

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

Definition at line 438 of file JITLoaderPerf.cpp.

References badOSBatch().

◆ llvm_orc_registerJITLoaderPerfStart()

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

Definition at line 446 of file JITLoaderPerf.cpp.

References badOS().