Home
last modified time | relevance | path

Searched refs:isSubprogram (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/IR/
DDebugInfo.cpp246 bool DIDescriptor::isSubprogram() const { in isSubprogram() function in DIDescriptor
479 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 …]
/external/llvm/lib/CodeGen/
DLexicalScopes.cpp167 if (!Parent && DIDescriptor(Scope).isSubprogram() in getOrCreateRegularScope()
208 if (DIDescriptor(N).isSubprogram()) in getOrCreateAbstractScope()
/external/llvm/include/llvm/
DDebugInfo.h112 bool isSubprogram() const;
634 …DIScope getContext() const { if (getScope().isSubprogram()) return getScope(); return getScope().g… in getContext()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp368 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()
DDwarfCompileUnit.cpp708 else if (Context.isSubprogram()) in getOrCreateContextDIE()
948 if (Element.isSubprogram()) { in constructTypeDIE()
1142 if (SPDecl.isSubprogram()) { in getOrCreateSubprogramDIE()
DAsmPrinter.cpp561 if (V.getContext().isSubprogram()) in emitDebugValueComment()
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp729 if (V.getContext().isSubprogram()) in PrintDebugValueComment()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp82 } 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()