Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DPerfSupportPlugin.cpp93 Record.Prefix.Id = PerfJITRecordType::JIT_CODE_LOAD; in getCodeLoadRecord()
133 Record.Prefix.Id = PerfJITRecordType::JIT_CODE_DEBUG_INFO; in getDebugInfoRecord()
164 Record.Prefix.Id = PerfJITRecordType::JIT_CODE_UNWINDING_INFO; in getUnwindingRecord()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderPerf.cpp387 Close.Id = static_cast<uint32_t>(PerfJITRecordType::JIT_CODE_CLOSE); in registerJITLoaderPerfEndImpl()