Searched defs:PerThreadFunctionStackMap (Results 1 – 2 of 2) sorted by relevance
50 typedef llvm::DenseMap<uint32_t, FunctionStack> PerThreadFunctionStackMap; global() typedef
81 using PerThreadFunctionStackMap = DenseMap<uint32_t, FunctionStack>; variable