Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
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.
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
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()
Dxray-graph.h83 DenseMap<llvm::sys::procid_t, FunctionStack>;