Home | History | Annotate | Download | only in IR

Lines Matching refs:CU

852   if (NamedMDNode *CU_Nodes = M.getNamedMetadata("llvm.dbg.cu")) {
854 DICompileUnit CU(CU_Nodes->getOperand(i));
855 addCompileUnit(CU);
856 DIArray GVs = CU.getGlobalVariables();
862 DIArray SPs = CU.getSubprograms();
865 DIArray EnumTypes = CU.getEnumTypes();
868 DIArray RetainedTypes = CU.getRetainedTypes();
871 // FIXME: We really shouldn't be bailing out after visiting just one CU
962 bool DebugInfoFinder::addCompileUnit(DICompileUnit CU) {
963 if (!CU.Verify())
966 if (!NodesSeen.insert(CU))
969 CUs.push_back(CU);