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.cpp3990 llvm::DIScope *&FDContext, in collectFunctionDeclProps() argument
4018 FDContext = getOrCreateNamespace(NSDecl); in collectFunctionDeclProps()
4022 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU); in collectFunctionDeclProps()
4380 llvm::DIScope *FDContext = Unit; in emitFunctionStart() local
4396 collectFunctionDeclProps(GD, Unit, Name, LinkageName, FDContext, in emitFunctionStart()
4458 FDContext, Name, LinkageName, Unit, LineNo, DIFnType, ScopeLine, in emitFunctionStart()
4491 llvm::DIScope *FDContext = in EmitFunctionDecl() local
4496 collectFunctionDeclProps(GD, Unit, Name, LinkageName, FDContext, in EmitFunctionDecl()
4522 FDContext, Name, LinkageName, Unit, LineNo, STy, ScopeLine, Flags, in EmitFunctionDecl()
H A DCGDebugInfo.h821 llvm::DIScope *&FDContext,