Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:SCL

135   std::unique_ptr<SpecialCaseList> SCL;
138 DFSanABIList(SpecialCaseList *SCL) : SCL(SCL) {}
144 SCL->inSection("fun", F.getName(), Category);
156 return SCL->inSection("fun", GA.getName(), Category);
158 return SCL->inSection("global", GA.getName(), Category) ||
159 SCL->inSection("type", GetGlobalTypeString(GA), Category);
164 return SCL->inSection("src", M.getModuleIdentifier(), Category);