Home
last modified time | relevance | path

Searched refs:isSubprogramContext (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp1133 bool llvm::isSubprogramContext(const MDNode *Context) { in isSubprogramContext() function in llvm
1140 return isSubprogramContext(DIType(Context).getContext()); in isSubprogramContext()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h771 bool isSubprogramContext(const MDNode *Context);
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp1087 !GVContext.isFile() && !isSubprogramContext(GVContext)) { in createGlobalVariableDIE()
DDwarfDebug.cpp205 !isSubprogramContext(SP.getContext())) { in updateSubprogramScopeDIE()