Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DPerfSharedStructs.h64 struct PerfJITCodeUnwindingInfoRecord { struct
83 PerfJITCodeUnwindingInfoRecord UnwindingRecord; argument
186 PerfJITCodeUnwindingInfoRecord> {
188 static size_t size(const PerfJITCodeUnwindingInfoRecord &Val) { in size()
194 PerfJITCodeUnwindingInfoRecord &Val) { in deserialize()
200 const PerfJITCodeUnwindingInfoRecord &Val) { in serialize()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DPerfSupportPlugin.cpp160 static Expected<PerfJITCodeUnwindingInfoRecord>
162 PerfJITCodeUnwindingInfoRecord Record; in getUnwindingRecord()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderPerf.cpp156 writeUnwindRecord(const PerfJITCodeUnwindingInfoRecord &UnwindRecord) { in writeUnwindRecord()