Lines Matching refs:CU
961 DICompileUnit CU(CU_Nodes->getOperand(CUi)); in generateDITypeIdentifierMap() local
962 DIArray Retain = CU.getRetainedTypes(); in generateDITypeIdentifierMap()
1010 DICompileUnit CU(CU_Nodes->getOperand(i)); in processModule() local
1011 addCompileUnit(CU); in processModule()
1012 DIArray GVs = CU.getGlobalVariables(); in processModule()
1020 DIArray SPs = CU.getSubprograms(); in processModule()
1023 DIArray EnumTypes = CU.getEnumTypes(); in processModule()
1026 DIArray RetainedTypes = CU.getRetainedTypes(); in processModule()
1029 DIArray Imports = CU.getImportedEntities(); in processModule()
1171 bool DebugInfoFinder::addCompileUnit(DICompileUnit CU) { in addCompileUnit() argument
1172 if (!CU) in addCompileUnit()
1174 if (!NodesSeen.insert(CU)) in addCompileUnit()
1177 CUs.push_back(CU); in addCompileUnit()