Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DGCMetadata.h177 using finfo_map_type = DenseMap<const Function *, GCFunctionInfo *>; variable
178 finfo_map_type FInfoMap;
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DGCMetadata.cpp68 finfo_map_type::iterator I = FInfoMap.find(&F); in getFunctionInfo()