Lines Matching refs:CUNode
1190 for (DICompileUnit *CUNode : M->debug_compile_units()) { in beginModule()
1195 CUNode->getImportedEntities(), [](const DIImportedEntity *IE) { in beginModule()
1199 if (!HasNonLocalImportedEntities && CUNode->getEnumTypes().empty() && in beginModule()
1200 CUNode->getRetainedTypes().empty() && in beginModule()
1201 CUNode->getGlobalVariables().empty() && CUNode->getMacros().empty()) in beginModule()
1204 DwarfCompileUnit &CU = getOrCreateDwarfCompileUnit(CUNode); in beginModule()
1207 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
1218 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
1224 for (auto *Ty : CUNode->getEnumTypes()) in beginModule()
1227 for (auto *Ty : CUNode->getRetainedTypes()) { in beginModule()
1236 for (auto *IE : CUNode->getImportedEntities()) in beginModule()
1362 auto *CUNode = cast<DICompileUnit>(P.first); in finalizeModuleInfo() local
1365 if (CUNode->getMacros()) { in finalizeModuleInfo()
1393 for (auto *CUNode : MMI->getModule()->debug_compile_units()) in finalizeModuleInfo() local
1394 if (CUNode->getDWOId()) in finalizeModuleInfo()
1395 getOrCreateDwarfCompileUnit(CUNode); in finalizeModuleInfo()
3242 auto *CUNode = cast<DICompileUnit>(P.first); in emitDebugMacinfoImpl() local
3243 DIMacroNodeArray Macros = CUNode->getMacros(); in emitDebugMacinfoImpl()