Searched refs:IsItemExcluded (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-pdbdump/ |
D | LinePrinter.cpp | 23 bool IsItemExcluded(llvm::StringRef Item, in IsItemExcluded() function 74 return IsItemExcluded(TypeName, IncludeTypeFilters, ExcludeTypeFilters); in IsTypeExcluded() 78 return IsItemExcluded(SymbolName, IncludeSymbolFilters, ExcludeSymbolFilters); in IsSymbolExcluded() 82 return IsItemExcluded(CompilandName, IncludeCompilandFilters, in IsCompilandExcluded()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | LinePrinter.cpp | 32 bool IsItemExcluded(llvm::StringRef Item, in IsItemExcluded() function 273 if (IsItemExcluded(TypeName, IncludeTypeFilters, ExcludeTypeFilters)) in IsTypeExcluded() 281 return IsItemExcluded(SymbolName, IncludeSymbolFilters, ExcludeSymbolFilters); in IsSymbolExcluded() 285 return IsItemExcluded(CompilandName, IncludeCompilandFilters, in IsCompilandExcluded()
|