/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringSet.h | 27 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/ |
D | UpdateCompilerUsed.cpp | 28 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/ |
D | Linker.h | 47 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/ |
D | LinkModules.cpp | 39 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/ |
D | LTOCodeGenerator.h | 225 StringSet<> MustPreserveSymbols; 226 StringSet<> AsmUndefinedRefs;
|
D | ThinLTOCodeGenerator.h | 316 StringSet<> PreservedSymbols; 319 StringSet<> CrossReferencedSymbols;
|
D | UpdateCompilerUsed.h | 28 const StringSet<> &AsmUndefinedRefs);
|
D | LTOModule.h | 60 StringSet<> _defines;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | TarWriter.h | 29 StringSet<> Files;
|
D | FileCollector.h | 72 StringSet<> Seen;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | Internalize.h | 40 StringSet<> AlwaysPreserved;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
D | OptTable.cpp | 149 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/ |
D | OptTable.h | 72 StringSet<> PrefixesUnion;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TGLexer.h | 159 StringSet<> DefinedMacros;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingWriter.cpp | 31 StringSet<> NameSet; in CoverageFilenamesSectionWriter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | Internalize.cpp | 72 StringSet<> ExternalNames;
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceASanInstrumentation.cpp | 50 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/ |
D | LibDriver.cpp | 319 StringSet<> Seen; in libDriverMain()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineRegisterInfo.h | 83 StringSet<> VRegNames;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | btree_test.cc | 968 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/ |
D | InstrProf.h | 414 StringSet<> NameTab;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFEmitter.cpp | 238 StringSet<> DocSections; in ELFState() 1330 StringSet<> Seen; in buildSectionIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 468 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/ |
D | ControlHeightReduction.cpp | 67 static StringSet<> CHRModules; 68 static StringSet<> CHRFunctions;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | VirtualFileSystem.cpp | 460 llvm::StringSet<> SeenNames; 1021 llvm::StringSet<> SeenNames;
|