Searched refs:isCompileUnit (Results 1 – 5 of 5) sorted by relevance
283 bool DIDescriptor::isCompileUnit() const { in isCompileUnit() function in DIDescriptor383 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()
83 if (DIDescriptor(N).isCompileUnit()) in getNonCompileUnitScope()
24 assert((D.isCompileUnit() || D.isFile() || D.isSubprogram() || in getFullFilepath()
1005 if ((!Context || Context.isCompileUnit() || Context.isFile() || in updateAcceleratorTables()1057 while (!Context.isCompileUnit()) { in getParentContextString()1635 if (GVContext && GV.isDefinition() && !GVContext.isCompileUnit() && in createGlobalVariableDIE()
136 bool isCompileUnit() const;