Home
last modified time | relevance | path

Searched refs:isCompileUnit (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp255 bool DIDescriptor::isCompileUnit() const { in isCompileUnit() function in DIDescriptor
560 if (isCompileUnit()) in getFilename()
581 if (isCompileUnit()) in getDirectory()
948 if (Scope.isCompileUnit()) in processModule()
983 if (S.isCompileUnit()) in processLocation()
DDIBuilder.cpp68 if (DIDescriptor(N).isCompileUnit()) in getNonCompileUnitScope()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h120 bool isCompileUnit() const;
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp637 && (!Context || Context.isCompileUnit() || Context.isFile() in addGlobalType()
1086 if (GVContext && GV.isDefinition() && !GVContext.isCompileUnit() && in createGlobalVariableDIE()
DDwarfDebug.cpp203 if (SP.isDefinition() && !SP.getContext().isCompileUnit() && in updateSubprogramScopeDIE()
1362 if (Scope.isCompileUnit()) { in recordSourceLine()