• Home
  • Raw
  • Download

Lines Matching refs:DIScope

136   auto *Scope = cast<llvm::DIScope>(LexicalBlockStack.back());  in setLocation()
154 llvm::DIScope *CGDebugInfo::getDeclContextDescriptor(const Decl *D) { in getDeclContextDescriptor()
155 llvm::DIScope *Mod = getParentModuleOrNull(D); in getDeclContextDescriptor()
160 llvm::DIScope *CGDebugInfo::getContextDescriptor(const Decl *Context, in getContextDescriptor()
161 llvm::DIScope *Default) { in getContextDescriptor()
168 return dyn_cast_or_null<llvm::DIScope>(V); in getContextDescriptor()
718 llvm::DIScope *Ctx) { in getOrCreateRecordFwdDecl()
954 llvm::DIScope *RecordTy, in createBitFieldType()
983 llvm::DIFile *tunit, llvm::DIScope *scope, in createFieldType()
1818 llvm::DIScope *Mod = getParentModuleOrNull(ID); in CreateType()
1902 llvm::DIScope *Mod = getParentModuleOrNull(ID); in CreateTypeDefinition()
2206 llvm::DIScope *EDContext = getDeclContextDescriptor(ED); in CreateEnumType()
2250 llvm::DIScope *EnumContext = getDeclContextDescriptor(ED); in CreateTypeDefinition()
2511 llvm::DIScope *RDContext = getDeclContextDescriptor(RD); in CreateLimitedType()
2607 llvm::DIScope *&FDContext, in collectFunctionDeclProps()
2631 llvm::DIScope *Mod = getParentModuleOrNull(RDecl); in collectFunctionDeclProps()
2642 llvm::DIScope *&VDContext) { in collectVarDeclProps()
2682 llvm::DIScope *Mod = getParentModuleOrNull(VD); in collectVarDeclProps()
2693 llvm::DIScope *DContext = Unit; in getFunctionForwardDeclaration()
2723 llvm::DIScope *DContext = Unit; in getGlobalVariableForwardDeclaration()
2879 llvm::DIScope *FDContext = Unit; in EmitFunctionStart()
2952 llvm::DIScope *FDContext = getDeclContextDescriptor(D); in EmitFunctionDecl()
3000 cast<llvm::DIScope>(Back), getOrCreateFile(CurLoc), getLineNumber(CurLoc), in CreateLexicalBlock()
3168 auto *Scope = cast<llvm::DIScope>(LexicalBlockStack.back()); in EmitDeclare()
3520 StringRef LinkageName, llvm::GlobalVariable *Var, llvm::DIScope *DContext) { in CollectAnonRecordDecls()
3550 llvm::DIScope *DContext = nullptr; in EmitGlobalVariable()
3613 llvm::DIScope *DContext = getDeclContextDescriptor(VD); in EmitGlobalVariable()
3623 llvm::DIScope *CGDebugInfo::getCurrentContextDescriptor(const Decl *D) { in getCurrentContextDescriptor()
3626 llvm::DIScope *Mod = getParentModuleOrNull(D); in getCurrentContextDescriptor()
3703 llvm::DIScope *Context = getDeclContextDescriptor(NSDecl); in getOrCreateNameSpace()