Lines Matching refs:CUNode
755 for (DICompileUnit *CUNode : M->debug_compile_units()) { in beginModule()
760 CUNode->getImportedEntities(), [](const DIImportedEntity *IE) { in beginModule()
764 if (!HasNonLocalImportedEntities && CUNode->getEnumTypes().empty() && in beginModule()
765 CUNode->getRetainedTypes().empty() && in beginModule()
766 CUNode->getGlobalVariables().empty() && CUNode->getMacros().empty()) in beginModule()
769 DwarfCompileUnit &CU = getOrCreateDwarfCompileUnit(CUNode); in beginModule()
772 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
782 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule()
788 for (auto *Ty : CUNode->getEnumTypes()) { in beginModule()
793 for (auto *Ty : CUNode->getRetainedTypes()) { in beginModule()
802 for (auto *IE : CUNode->getImportedEntities()) in beginModule()
920 auto *CUNode = cast<DICompileUnit>(P.first); in finalizeModuleInfo() local
922 if (CUNode->getMacros()) in finalizeModuleInfo()
929 for (auto *CUNode : MMI->getModule()->debug_compile_units()) in finalizeModuleInfo() local
930 if (CUNode->getDWOId()) in finalizeModuleInfo()
931 getOrCreateDwarfCompileUnit(CUNode); in finalizeModuleInfo()
2498 auto *CUNode = cast<DICompileUnit>(P.first); in emitDebugMacinfo() local
2499 DIMacroNodeArray Macros = CUNode->getMacros(); in emitDebugMacinfo()