Lines Matching refs:CUNode
1174 for (DICompileUnit *CUNode : M->debug_compile_units()) { in beginModule()
1179 CUNode->getImportedEntities(), [](const DIImportedEntity *IE) { in beginModule()
1183 if (!HasNonLocalImportedEntities && CUNode->getEnumTypes().empty() && in beginModule()
1184 CUNode->getRetainedTypes().empty() && in beginModule()
1185 CUNode->getGlobalVariables().empty() && CUNode->getMacros().empty()) in beginModule()
1188 DwarfCompileUnit &CU = getOrCreateDwarfCompileUnit(CUNode); in beginModule()
1191 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
1201 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
1207 for (auto *Ty : CUNode->getEnumTypes()) { in beginModule()
1212 for (auto *Ty : CUNode->getRetainedTypes()) { in beginModule()
1221 for (auto *IE : CUNode->getImportedEntities()) in beginModule()
1347 auto *CUNode = cast<DICompileUnit>(P.first); in finalizeModuleInfo() local
1350 if (CUNode->getMacros()) { in finalizeModuleInfo()
1378 for (auto *CUNode : MMI->getModule()->debug_compile_units()) in finalizeModuleInfo() local
1379 if (CUNode->getDWOId()) in finalizeModuleInfo()
1380 getOrCreateDwarfCompileUnit(CUNode); in finalizeModuleInfo()
3086 auto *CUNode = cast<DICompileUnit>(P.first); in emitDebugMacinfoImpl() local
3087 DIMacroNodeArray Macros = CUNode->getMacros(); in emitDebugMacinfoImpl()