Lines Matching defs:CUNode
1192 for (DICompileUnit *CUNode : M->debug_compile_units()) {
1193 if (CUNode->getImportedEntities().empty() &&
1194 CUNode->getEnumTypes().empty() && CUNode->getRetainedTypes().empty() &&
1195 CUNode->getGlobalVariables().empty() && CUNode->getMacros().empty())
1198 DwarfCompileUnit &CU = getOrCreateDwarfCompileUnit(CUNode);
1201 for (auto *GVE : CUNode->getGlobalVariables()) {
1212 for (auto *GVE : CUNode->getGlobalVariables()) {
1218 for (auto *Ty : CUNode->getEnumTypes())
1221 for (auto *Ty : CUNode->getRetainedTypes()) {
1359 auto *CUNode = cast<DICompileUnit>(P.first);
1362 if (CUNode->getMacros()) {
1390 for (auto *CUNode : MMI->getModule()->debug_compile_units())
1391 if (CUNode->getDWOId())
1392 getOrCreateDwarfCompileUnit(CUNode);
1414 const auto *CUNode = cast<DICompileUnit>(P.first);
1418 for (auto *IE : CUNode->getImportedEntities()) {
3581 auto *CUNode = cast<DICompileUnit>(P.first);
3582 DIMacroNodeArray Macros = CUNode->getMacros();