Home
last modified time | relevance | path

Searched defs:Filters (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkCounter.h50 struct Filters { struct
51 std::optional<FilterMatcher> RemarkNameFilter;
52 std::optional<FilterMatcher> PassNameFilter;
53 std::optional<FilterMatcher> ArgFilter;
54 std::optional<Type> RemarkTypeFilter;
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dqlog.md71 Filters section in qlog Support
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp410 Error LVPatterns::createMatchEntry(LVMatchInfo &Filters, StringRef Pattern, in createMatchEntry()
457 void LVPatterns::addPatterns(StringSet<> &Patterns, LVMatchInfo &Filters) { in addPatterns()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.h102 const CoverageFiltersMatchAll &Filters; variable
H A DSourceCoverageViewText.cpp35 const CoverageFiltersMatchAll &Filters) { in createIndexFile()
95 const CoverageFiltersMatchAll &Filters) { in createIndexFile()
H A DCoverageReport.cpp448 FileCoverageSummary *FileReport, const CoverageFilter *Filters) { in prepareSingleFileReport()
475 const CoverageFilter &Filters) { in prepareFileReports()
H A DSourceCoverageViewHTML.cpp643 const CoverageFiltersMatchAll &Filters) { in createIndexFile()
855 const CoverageFiltersMatchAll &Filters) { in createIndexFile()
H A DCodeCoverage.cpp149 CoverageFiltersMatchAll Filters; member in __anon1c6dbef00111::CodeCoverageTool
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h182 FilterOptions Filters = HeaderScope.P.getFilters(); in iterateSymbolGroups() local
H A DLinePrinter.h108 const FilterOptions &Filters; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp56 const FilterOptions &Filters) in LinePrinter()
H A DInputFile.cpp578 const FilterOptions &Filters) { in shouldDumpSymbolGroup() argument
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DPxeBaseCode.h76 UINT8 Filters; member
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp336 std::vector<Filter> Filters; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp961 FilterOptions Filters = {}; in createScopes() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp199 FilterOptions Filters; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp934 SmallVector<llvm::Constant*, 8> Filters; in EmitLandingPad() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp485 std::vector<Filter> Filters; member in __anonfc09cd8b0211::FilterChooser