Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGCMetadata.h177 using finfo_map_type = DenseMap<const Function *, GCFunctionInfo *>; variable
178 finfo_map_type FInfoMap;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCMetadata.cpp71 finfo_map_type::iterator I = FInfoMap.find(&F); in getFunctionInfo()