Searched refs:isSubprogram (Results 1 – 8 of 8) sorted by relevance
246 bool DIDescriptor::isSubprogram() const { in isSubprogram() function in DIDescriptor479 if (!isSubprogram()) in Verify()617 if (!getContext().isSubprogram()) in isInlinedFnArgument()666 if (isSubprogram()) in getFilename()684 if (isSubprogram()) in getDirectory()810 if (D.isSubprogram()) in getDISubprogram()839 if (D.isSubprogram()) in isSubprogramContext()883 else if (S.isSubprogram()) in processLocation()906 else if (D.isSubprogram()) in processType()987 if (!DIDescriptor(SP).isSubprogram()) in addSubprogram()[all …]
167 if (!Parent && DIDescriptor(Scope).isSubprogram() in getOrCreateRegularScope()208 if (DIDescriptor(N).isSubprogram()) in getOrCreateAbstractScope()
112 bool isSubprogram() const;634 …DIScope getContext() const { if (getScope().isSubprogram()) return getScope(); return getScope().g… in getContext()
368 if (!SPDecl.isSubprogram()) { in updateSubprogramScopeDIE()554 if (!Scope->getInlinedAt() && DS.isSubprogram() && Scope->isAbstractScope() && in constructScopeDIE()586 else if (DS.isSubprogram()) { in constructScopeDIE()611 if (DS.isSubprogram() && ObjectPointer != NULL) in constructScopeDIE()615 if (DS.isSubprogram()) in constructScopeDIE()1630 } else if (Scope.isSubprogram()) { in recordSourceLine()
708 else if (Context.isSubprogram()) in getOrCreateContextDIE()948 if (Element.isSubprogram()) { in constructTypeDIE()1142 if (SPDecl.isSubprogram()) { in getOrCreateSubprogramDIE()
561 if (V.getContext().isSubprogram()) in emitDebugValueComment()
729 if (V.getContext().isSubprogram()) in PrintDebugValueComment()
82 } else if (Scope.isLexicalBlock() || Scope.isSubprogram()) { in setLocation()2136 if (SP.isSubprogram() && !llvm::DISubprogram(SP).isDefinition()) in getFunctionDeclaration()2148 if (SP.isSubprogram() && !llvm::DISubprogram(SP).isDefinition()) in getFunctionDeclaration()2219 if (SP.isSubprogram() && llvm::DISubprogram(SP).isDefinition()) { in EmitFunctionStart()