Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3515 llvm::DIScope *&FDContext, in collectFunctionDeclProps() argument
3542 FDContext = getOrCreateNamespace(NSDecl); in collectFunctionDeclProps()
3546 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU); in collectFunctionDeclProps()
3878 llvm::DIScope *FDContext = Unit; in emitFunctionStart() local
3894 collectFunctionDeclProps(GD, Unit, Name, LinkageName, FDContext, in emitFunctionStart()
3949 FDContext, Name, LinkageName, Unit, LineNo, DIFnType, ScopeLine, in emitFunctionStart()
3981 llvm::DIScope *FDContext = in EmitFunctionDecl() local
3986 collectFunctionDeclProps(GD, Unit, Name, LinkageName, FDContext, in EmitFunctionDecl()
4010 FDContext, Name, LinkageName, Unit, LineNo, in EmitFunctionDecl()
H A DCGDebugInfo.h737 llvm::DIScope *&FDContext,