Searched refs:FDContext (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 4240 llvm::DIScope *&FDContext, in collectFunctionDeclProps() argument 4268 FDContext = getOrCreateNamespace(NSDecl); in collectFunctionDeclProps() 4272 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU); in collectFunctionDeclProps() 4637 llvm::DIScope *FDContext = Unit; in emitFunctionStart() local 4654 collectFunctionDeclProps(GD, Unit, Name, LinkageName, FDContext, in emitFunctionStart() 4718 FDContext, Name, LinkageName, Unit, LineNo, DIFnType, ScopeLine, in emitFunctionStart() 4752 llvm::DIScope *FDContext = in EmitFunctionDecl() local 4757 collectFunctionDeclProps(GD, Unit, Name, LinkageName, FDContext, in EmitFunctionDecl() 4784 FDContext, Name, LinkageName, Unit, LineNo, STy, ScopeLine, Flags, in EmitFunctionDecl()
|
| H A D | CGDebugInfo.h | 876 llvm::DIScope *&FDContext,
|