Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.h201 llvm::Expected<pt_cpu> GetCPUInfoForLiveProcess();
H A DTraceIntelPT.cpp484 Expected<pt_cpu> TraceIntelPT::GetCPUInfoForLiveProcess() { in GetCPUInfoForLiveProcess() function in TraceIntelPT
539 if (llvm::Expected<pt_cpu> cpu_info = GetCPUInfoForLiveProcess()) in GetCPUInfo()