Searched refs:FDContext (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 2607 llvm::DIScope *&FDContext, in collectFunctionDeclProps() argument 2628 FDContext = getOrCreateNameSpace(NSDecl); in collectFunctionDeclProps() 2632 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU); in collectFunctionDeclProps() 2879 llvm::DIScope *FDContext = Unit; in EmitFunctionStart() local 2895 collectFunctionDeclProps(GD, Unit, Name, LinkageName, FDContext, in EmitFunctionStart() 2923 FDContext, Name, LinkageName, Unit, LineNo, in EmitFunctionStart() 2952 llvm::DIScope *FDContext = getDeclContextDescriptor(D); in EmitFunctionDecl() local 2956 collectFunctionDeclProps(GD, Unit, Name, LinkageName, FDContext, in EmitFunctionDecl() 2977 FDContext, Name, LinkageName, Unit, LineNo, in EmitFunctionDecl()
|
D | CGDebugInfo.h | 515 llvm::DIScope *&FDContext,
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 3457 llvm::DIScope *&FDContext, in collectFunctionDeclProps() argument 3479 FDContext = getOrCreateNamespace(NSDecl); in collectFunctionDeclProps() 3483 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU); in collectFunctionDeclProps() 3812 llvm::DIScope *FDContext = Unit; in EmitFunctionStart() local 3828 collectFunctionDeclProps(GD, Unit, Name, LinkageName, FDContext, in EmitFunctionStart() 3883 FDContext, Name, LinkageName, Unit, LineNo, DIFnType, ScopeLine, in EmitFunctionStart() 3920 llvm::DIScope *FDContext = in EmitFunctionDecl() local 3925 collectFunctionDeclProps(GD, Unit, Name, LinkageName, FDContext, in EmitFunctionDecl() 3949 FDContext, Name, LinkageName, Unit, LineNo, in EmitFunctionDecl()
|
D | CGDebugInfo.h | 716 llvm::DIScope *&FDContext,
|