Searched refs:DContext (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 2693 llvm::DIScope *DContext = Unit; in getFunctionForwardDeclaration() local 2696 collectFunctionDeclProps(FD, Unit, Name, LinkageName, DContext, in getFunctionForwardDeclaration() 2706 DContext, Name, LinkageName, Unit, Line, in getFunctionForwardDeclaration() 2723 llvm::DIScope *DContext = Unit; in getGlobalVariableForwardDeclaration() local 2726 collectVarDeclProps(VD, Unit, Line, T, Name, LinkageName, DContext); in getGlobalVariableForwardDeclaration() 2728 DContext, Name, LinkageName, Unit, Line, getOrCreateType(T, Unit), in getGlobalVariableForwardDeclaration() 3520 StringRef LinkageName, llvm::GlobalVariable *Var, llvm::DIScope *DContext) { in CollectAnonRecordDecls() argument 3532 Var, DContext); in CollectAnonRecordDecls() 3536 GV = DBuilder.createGlobalVariable(DContext, FieldName, LinkageName, Unit, in CollectAnonRecordDecls() 3550 llvm::DIScope *DContext = nullptr; in EmitGlobalVariable() local [all …]
|
D | CGDebugInfo.h | 481 llvm::GlobalVariable *Var, llvm::DIScope *DContext);
|