Lines Matching refs:CUNode
1198 for (DICompileUnit *CUNode : M->debug_compile_units()) { in beginModule()
1203 CUNode->getImportedEntities(), [](const DIImportedEntity *IE) { in beginModule()
1207 if (!HasNonLocalImportedEntities && CUNode->getEnumTypes().empty() && in beginModule()
1208 CUNode->getRetainedTypes().empty() && in beginModule()
1209 CUNode->getGlobalVariables().empty() && CUNode->getMacros().empty()) in beginModule()
1212 DwarfCompileUnit &CU = getOrCreateDwarfCompileUnit(CUNode); in beginModule()
1215 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
1226 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
1232 for (auto *Ty : CUNode->getEnumTypes()) { in beginModule()
1237 for (auto *Ty : CUNode->getRetainedTypes()) { in beginModule()
1246 for (auto *IE : CUNode->getImportedEntities()) in beginModule()
1372 auto *CUNode = cast<DICompileUnit>(P.first); in finalizeModuleInfo() local
1375 if (CUNode->getMacros()) { in finalizeModuleInfo()
1403 for (auto *CUNode : MMI->getModule()->debug_compile_units()) in finalizeModuleInfo() local
1404 if (CUNode->getDWOId()) in finalizeModuleInfo()
1405 getOrCreateDwarfCompileUnit(CUNode); in finalizeModuleInfo()
3215 auto *CUNode = cast<DICompileUnit>(P.first); in emitDebugMacinfoImpl() local
3216 DIMacroNodeArray Macros = CUNode->getMacros(); in emitDebugMacinfoImpl()