Home
last modified time | relevance | path

Searched refs:ProcessID (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/XRay/
H A DBlockIndexer.cpp57 CurrentBlock.ProcessID = R.pid(); in visit()
85 Indices.insert({{CurrentBlock.ProcessID, CurrentBlock.ThreadID}, {}}); in flush()
86 It->second.push_back({CurrentBlock.ProcessID, CurrentBlock.ThreadID, in flush()
89 CurrentBlock.ProcessID = 0; in flush()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/XRay/
H A DBlockIndexer.h29 uint64_t ProcessID; member
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpTypes.h44 ProcessID = (1 << 0), enumerator
H A DMinidumpTypes.cpp28 uint32_t pid_flag = static_cast<uint32_t>(MinidumpMiscInfoFlags::ProcessID); in GetPid()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h56 ProcessID, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp139 Definition("id", EntryType::ProcessID),
317 ENUM_TO_CSTR(ProcessID); in TypeToCString()
1147 case Entry::Type::ProcessID: in Format()