Home
last modified time | relevance | path

Searched refs:ABIList (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp255 DFSanABIList ABIList; member in __anonf274973e0111::DataFlowSanitizer
377 ABIList.set(SpecialCaseList::createOrDie(AllABIListFiles)); in DataFlowSanitizer()
492 return !ABIList.isIn(*F, "uninstrumented"); in isInstrumented()
496 return !ABIList.isIn(*GA, "uninstrumented"); in isInstrumented()
504 if (ABIList.isIn(*F, "functional")) in getWrapperKind()
506 if (ABIList.isIn(*F, "discard")) in getWrapperKind()
508 if (ABIList.isIn(*F, "custom")) in getWrapperKind()
605 if (ABIList.isIn(M, "skip")) in runOnModule()