Lines Matching refs:CUNode
1191 for (DICompileUnit *CUNode : M->debug_compile_units()) { in beginModule()
1192 if (CUNode->getImportedEntities().empty() && in beginModule()
1193 CUNode->getEnumTypes().empty() && CUNode->getRetainedTypes().empty() && in beginModule()
1194 CUNode->getGlobalVariables().empty() && CUNode->getMacros().empty()) in beginModule()
1197 DwarfCompileUnit &CU = getOrCreateDwarfCompileUnit(CUNode); in beginModule()
1200 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
1211 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
1217 for (auto *Ty : CUNode->getEnumTypes()) in beginModule()
1220 for (auto *Ty : CUNode->getRetainedTypes()) { in beginModule()
1356 auto *CUNode = cast<DICompileUnit>(P.first); in finalizeModuleInfo() local
1359 if (CUNode->getMacros()) { in finalizeModuleInfo()
1387 for (auto *CUNode : MMI->getModule()->debug_compile_units()) in finalizeModuleInfo() local
1388 if (CUNode->getDWOId()) in finalizeModuleInfo()
1389 getOrCreateDwarfCompileUnit(CUNode); in finalizeModuleInfo()
1411 const auto *CUNode = cast<DICompileUnit>(P.first); in endModule() local
1415 for (auto *IE : CUNode->getImportedEntities()) { in endModule()
3310 auto *CUNode = cast<DICompileUnit>(P.first); in emitDebugMacinfoImpl() local
3311 DIMacroNodeArray Macros = CUNode->getMacros(); in emitDebugMacinfoImpl()