Home
last modified time | relevance | path

Searched refs:StringSet (Results 1 – 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringSet.h27 class StringSet : public StringMap<NoneType, AllocatorTy> {
31 StringSet() = default;
32 StringSet(std::initializer_list<StringRef> S) { in StringSet() function
36 explicit StringSet(AllocatorTy A) : base(A) {} in StringSet() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DUpdateCompilerUsed.cpp28 PreserveLibCallsAndAsmUsed(const StringSet<> &AsmUndefinedRefs, in PreserveLibCallsAndAsmUsed()
45 const StringSet<> &AsmUndefinedRefs;
50 StringSet<> Libcalls;
123 const StringSet<> &AsmUndefinedRefs) { in updateCompilerUsed()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/
DLinker.h47 std::function<void(Module &, const StringSet<> &)>
52 std::function<void(Module &, const StringSet<> &)>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DLinkModules.cpp39 StringSet<> Internalize;
44 std::function<void(Module &, const StringSet<> &)> InternalizeCallback;
110 std::function<void(Module &, const StringSet<> &)> in ModuleLinker()
576 std::function<void(Module &, const StringSet<> &)> InternalizeCallback) { in linkInModule()
593 std::function<void(Module &, const StringSet<> &)> InternalizeCallback) { in linkModules()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h225 StringSet<> MustPreserveSymbols;
226 StringSet<> AsmUndefinedRefs;
DThinLTOCodeGenerator.h316 StringSet<> PreservedSymbols;
319 StringSet<> CrossReferencedSymbols;
DUpdateCompilerUsed.h28 const StringSet<> &AsmUndefinedRefs);
DLTOModule.h60 StringSet<> _defines;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTarWriter.h29 StringSet<> Files;
DFileCollector.h72 StringSet<> Seen;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DInternalize.h40 StringSet<> AlwaysPreserved;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DOptTable.cpp149 for (StringSet<>::const_iterator I = PrefixesUnion.begin(), in OptTable()
169 static bool isInput(const StringSet<> &Prefixes, StringRef Arg) { in isInput()
172 for (StringSet<>::const_iterator I = Prefixes.begin(), in isInput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DOptTable.h72 StringSet<> PrefixesUnion;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGLexer.h159 StringSet<> DefinedMacros;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingWriter.cpp31 StringSet<> NameSet; in CoverageFilenamesSectionWriter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInternalize.cpp72 StringSet<> ExternalNames;
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp50 using StringSet = std::unordered_set<std::string>; typedef
57 const StringSet FuncIgnoreList = {"_Balloc"};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/
DLibDriver.cpp319 StringSet<> Seen; in libDriverMain()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h83 StringSet<> VRegNames;
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dbtree_test.cc968 using StringSet = absl::btree_set<std::string, NonTransparentCompare>; in TEST() typedef
969 StringSet s; in TEST()
1033 using StringSet = absl::btree_set<StringLike>; in TEST() typedef
1034 StringSet s; in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h414 StringSet<> NameTab;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp238 StringSet<> DocSections; in ELFState()
1330 StringSet<> Seen; in buildSectionIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp468 StringSet<> SymbolNames; in parseLinkingSectionSymtab()
634 StringSet<> ComdatSet; in parseLinkingSectionComdat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp67 static StringSet<> CHRModules;
68 static StringSet<> CHRFunctions;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp460 llvm::StringSet<> SeenNames;
1021 llvm::StringSet<> SeenNames;

12