Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-account.h50 typedef llvm::DenseMap<uint32_t, FunctionStack> PerThreadFunctionStackMap; typedef
53 PerThreadFunctionStackMap PerThreadFunctionStack;
96 const PerThreadFunctionStackMap &getPerThreadFunctionStack() const { in getPerThreadFunctionStack()
H A Dxray-graph.h81 using PerThreadFunctionStackMap = DenseMap<uint32_t, FunctionStack>; variable
97 PerThreadFunctionStackMap PerThreadFunctionStack;
141 const PerThreadFunctionStackMap &getPerThreadFunctionStack() const { in getPerThreadFunctionStack()