Searched refs:FDContext (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 3692 llvm::DIScope *&FDContext, in collectFunctionDeclProps() argument 3719 FDContext = getOrCreateNamespace(NSDecl); in collectFunctionDeclProps() 3723 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU); in collectFunctionDeclProps() 4081 llvm::DIScope *FDContext = Unit; in emitFunctionStart() local 4097 collectFunctionDeclProps(GD, Unit, Name, LinkageName, FDContext, in emitFunctionStart() 4159 FDContext, Name, LinkageName, Unit, LineNo, DIFnType, ScopeLine, in emitFunctionStart() 4192 llvm::DIScope *FDContext = in EmitFunctionDecl() local 4197 collectFunctionDeclProps(GD, Unit, Name, LinkageName, FDContext, in EmitFunctionDecl() 4223 DBuilder.createFunction(FDContext, Name, LinkageName, Unit, LineNo, STy, in EmitFunctionDecl()
|
| H A D | CGDebugInfo.h | 771 llvm::DIScope *&FDContext,
|