Lines Matching refs:CUNode
479 for (DICompileUnit *CUNode : M->debug_compile_units()) { in beginModule()
480 DwarfCompileUnit &CU = constructDwarfCompileUnit(CUNode); in beginModule()
481 for (auto *IE : CUNode->getImportedEntities()) in beginModule()
483 for (auto *GV : CUNode->getGlobalVariables()) in beginModule()
485 for (auto *Ty : CUNode->getEnumTypes()) { in beginModule()
490 for (auto *Ty : CUNode->getRetainedTypes()) { in beginModule()
500 for (auto *IE : CUNode->getImportedEntities()) in beginModule()
594 auto *CUNode = cast<DICompileUnit>(P.first); in finalizeModuleInfo() local
596 if (CUNode->getMacros()) in finalizeModuleInfo()
1779 auto *CUNode = cast<DICompileUnit>(P.first); in emitDebugMacinfo() local
1781 handleMacroNodes(CUNode->getMacros(), U); in emitDebugMacinfo()