Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DProgram.h36 typedef unsigned long procid_t; // Must match the type of DWORD on Windows. typedef
39 typedef pid_t procid_t; typedef
40 typedef procid_t process_t;
45 enum : procid_t { InvalidPid = 0 };
47 procid_t Pid; /// The process identifier.
/freebsd-12.1/contrib/llvm/tools/llvm-xray/
H A Dxray-account.h32 typedef std::map<llvm::sys::procid_t, std::pair<uint64_t, uint64_t>>
36 typedef std::map<llvm::sys::procid_t, FunctionStack>
81 const FunctionStack *getThreadFunctionStack(llvm::sys::procid_t TId) const { in getThreadFunctionStack()
H A Dxray-graph.h83 DenseMap<llvm::sys::procid_t, FunctionStack>;