Home
last modified time | relevance | path

Searched refs:PerfJITRecordType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DPerfSharedStructs.h24 enum class PerfJITRecordType { enum
35 PerfJITRecordType Id; // record type identifier, uint32_t
103 Val.Id = static_cast<PerfJITRecordType>(Id); in deserialize()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DPerfSupportPlugin.cpp92 Record.Prefix.Id = PerfJITRecordType::JIT_CODE_LOAD; in getCodeLoadRecord()
132 Record.Prefix.Id = PerfJITRecordType::JIT_CODE_DEBUG_INFO; in getDebugInfoRecord()
163 Record.Prefix.Id = PerfJITRecordType::JIT_CODE_UNWINDING_INFO; in getUnwindingRecord()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderPerf.cpp386 Close.Id = static_cast<uint32_t>(PerfJITRecordType::JIT_CODE_CLOSE); in registerJITLoaderPerfEndImpl()