Searched refs:DContext (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 2394 llvm::MDScope *DContext = Unit; in getFunctionForwardDeclaration() local 2397 collectFunctionDeclProps(FD, Unit, Name, LinkageName, DContext, in getFunctionForwardDeclaration() 2407 DContext, Name, LinkageName, Unit, Line, in getFunctionForwardDeclaration() 2424 llvm::MDScope *DContext = Unit; in getGlobalVariableForwardDeclaration() local 2427 collectVarDeclProps(VD, Unit, Line, T, Name, LinkageName, DContext); in getGlobalVariableForwardDeclaration() 2429 DBuilder.createTempGlobalVariableFwdDecl(DContext, Name, LinkageName, Unit, in getGlobalVariableForwardDeclaration() 3191 StringRef LinkageName, llvm::GlobalVariable *Var, llvm::MDScope *DContext) { in CollectAnonRecordDecls() argument 3203 Var, DContext); in CollectAnonRecordDecls() 3208 DContext, FieldName, LinkageName, Unit, LineNo, FieldTy, in CollectAnonRecordDecls() 3220 llvm::MDScope *DContext = nullptr; in EmitGlobalVariable() local [all …]
|
D | CGDebugInfo.h | 392 llvm::GlobalVariable *Var, llvm::MDScope *DContext);
|