Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3837 llvm::DIScope *&FDContext, in collectFunctionDeclProps() argument
3865 FDContext = getOrCreateNamespace(NSDecl); in collectFunctionDeclProps()
3869 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU); in collectFunctionDeclProps()
4227 llvm::DIScope *FDContext = Unit; in emitFunctionStart() local
4243 collectFunctionDeclProps(GD, Unit, Name, LinkageName, FDContext, in emitFunctionStart()
4305 FDContext, Name, LinkageName, Unit, LineNo, DIFnType, ScopeLine, in emitFunctionStart()
4338 llvm::DIScope *FDContext = in EmitFunctionDecl() local
4343 collectFunctionDeclProps(GD, Unit, Name, LinkageName, FDContext, in EmitFunctionDecl()
4369 FDContext, Name, LinkageName, Unit, LineNo, STy, ScopeLine, Flags, in EmitFunctionDecl()
H A DCGDebugInfo.h792 llvm::DIScope *&FDContext,