Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDebugInfo.cpp283 bool DIDescriptor::isCompileUnit() const { in isCompileUnit() function in DIDescriptor
383 if (!isCompileUnit()) in Verify()
772 assert((isFile() || isCompileUnit()) && "Unhandled type of scope."); in getContext()
785 isCompileUnit()) && in getName()
1081 if (Scope.isCompileUnit()) { in processScope()
1238 } else if (this->isCompileUnit()) { in print()
DDIBuilder.cpp83 if (DIDescriptor(N).isCompileUnit()) in getNonCompileUnitScope()
/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.cpp24 assert((D.isCompileUnit() || D.isFile() || D.isSubprogram() || in getFullFilepath()
DDwarfUnit.cpp1005 if ((!Context || Context.isCompileUnit() || Context.isFile() || in updateAcceleratorTables()
1057 while (!Context.isCompileUnit()) { in getParentContextString()
1635 if (GVContext && GV.isDefinition() && !GVContext.isCompileUnit() && in createGlobalVariableDIE()
/external/llvm/include/llvm/IR/
DDebugInfo.h136 bool isCompileUnit() const;