reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Support/SpecialCaseList.h
   79   createOrDie(const std::vector<std::string> &Paths);

References

lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  482   ABIList.set(SpecialCaseList::createOrDie(AllABIListFiles));
tools/clang/lib/Basic/XRayLists.cpp
   21           llvm::SpecialCaseList::createOrDie(AlwaysInstrumentPaths)),
   22       NeverInstrument(llvm::SpecialCaseList::createOrDie(NeverInstrumentPaths)),
   23       AttrList(llvm::SpecialCaseList::createOrDie(AttrListPaths)), SM(SM) {}
tools/sancov/sancov.cpp
  513     return SpecialCaseList::createOrDie({{ClBlacklist}});
unittests/Support/SpecialCaseListTest.cpp
  180   auto SCL = SpecialCaseList::createOrDie(Files);