Home
last modified time | relevance | path

Searched refs:GetCPUInfoForLiveProcess (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.h179 llvm::Expected<pt_cpu> GetCPUInfoForLiveProcess();
H A DTraceIntelPT.cpp434 Expected<pt_cpu> TraceIntelPT::GetCPUInfoForLiveProcess() { in GetCPUInfoForLiveProcess() function in TraceIntelPT
489 if (llvm::Expected<pt_cpu> cpu_info = GetCPUInfoForLiveProcess()) in GetCPUInfo()