Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp204 bool DIDescriptor::isSubprogram() const { in isSubprogram() function in DIDescriptor
506 if (!getContext().isSubprogram()) in isInlinedFnArgument()
558 if (isSubprogram()) in getFilename()
579 if (isSubprogram()) in getDirectory()
950 else if (Scope.isSubprogram()) in processModule()
985 else if (S.isSubprogram()) in processLocation()
1010 else if (D.isSubprogram()) in processType()
1095 if (!DIDescriptor(SP).isSubprogram()) in addSubprogram()
1108 if (D.isSubprogram()) in getDISubprogram()
1137 if (D.isSubprogram()) in isSubprogramContext()
DDbgInfoPrinter.cpp87 if (!DIG.isSubprogram()) in findDbgSubprogramDeclare()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLexicalScopes.cpp167 if (!Parent && DIDescriptor(Scope).isSubprogram() in getOrCreateRegularScope()
208 if (DIDescriptor(N).isSubprogram()) in getOrCreateAbstractScope()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp571 } else if (Context.isSubprogram()) { in addToContextOwner()
778 if (Element.isSubprogram()) { in constructTypeDIE()
943 if (SP.getFunctionDeclaration().isSubprogram()) in getOrCreateSubprogramDIE()
DDwarfDebug.cpp193 if (SPDecl.isSubprogram()) in updateSubprogramScopeDIE()
403 else if (DS.isSubprogram()) { in constructScopeDIE()
428 if (DS.isSubprogram()) in constructScopeDIE()
1370 } else if (Scope.isSubprogram()) { in recordSourceLine()
DAsmPrinter.cpp559 if (V.getContext().isSubprogram()) in EmitDebugValueComment()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h116 bool isSubprogram() const;
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86AsmPrinter.cpp689 if (V.getContext().isSubprogram()) in PrintDebugValueComment()