Searched refs:StringSet (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DStringSet.h1 //===--- StringSet.h - The LLVM Compiler Driver -----------------*- C++ -*-===//
10 // StringSet - A set-like wrapper for the StringMap.
21 /// StringSet - A wrapper for StringMap that provides set-like functionality.
23 class StringSet : public llvm::StringMap<char, AllocatorTy> { class in namespace:llvm
/freebsd-10-stable/contrib/llvm/include/llvm/LTO/
H A DLTOCodeGenerator.h136 typedef llvm::StringMap<uint8_t> StringSet; typedef in struct:LTOCodeGenerator
144 StringSet MustPreserveSymbols;
145 StringSet AsmUndefinedRefs;
H A DLTOModule.h41 typedef llvm::StringMap<uint8_t> StringSet; typedef in struct:LTOModule
55 StringSet _defines;
/freebsd-10-stable/contrib/llvm/include/llvm/Option/
H A DOptTable.h13 #include "llvm/ADT/StringSet.h"
65 StringSet<> PrefixesUnion;
/freebsd-10-stable/contrib/llvm/lib/Option/
H A DOptTable.cpp146 for (llvm::StringSet<>::const_iterator I = PrefixesUnion.begin(),
168 static bool isInput(const llvm::StringSet<> &Prefixes, StringRef Arg) {
171 for (llvm::StringSet<>::const_iterator I = Prefixes.begin(),
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessorOptions.h17 #include "llvm/ADT/StringSet.h"
123 llvm::StringSet<> Failed;
H A DHeaderSearch.h23 #include "llvm/ADT/StringSet.h"
221 llvm::StringSet<llvm::BumpPtrAllocator> FrameworkNames;
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DSpecialCaseList.cpp22 #include "llvm/ADT/StringSet.h"
39 /// reason for doing so is efficiency; StringSet is much faster at matching
42 StringSet<> Strings;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DDependencyFile.cpp23 #include "llvm/ADT/StringSet.h"
33 llvm::StringSet<> FilesSet;
H A DASTUnit.cpp37 #include "llvm/ADT/StringSet.h"
2209 llvm::StringSet<llvm::BumpPtrAllocator> &HiddenNames){
2298 llvm::StringSet<llvm::BumpPtrAllocator> HiddenNames;
/freebsd-10-stable/contrib/llvm/lib/LTO/
H A DLTOModule.cpp225 StringSet::value_type &entry = _defines.GetOrCreateValue(className);
403 StringSet::value_type &entry = _defines.GetOrCreateValue(Buffer);
423 StringSet::value_type &entry = _defines.GetOrCreateValue(name);
/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp18 #include "llvm/ADT/StringSet.h"
449 StringSet<> Opcodes;
/freebsd-10-stable/contrib/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp20 #include "llvm/ADT/StringSet.h"
652 StringSet<> LNames;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp24 #include "llvm/ADT/StringSet.h"
475 llvm::StringSet<> ArchNames;
860 llvm::StringSet<> ArchNames;
1364 llvm::StringSet<> ArchNames;
/freebsd-10-stable/contrib/llvm/tools/opt/
H A Dopt.cpp16 #include "llvm/ADT/StringSet.h"
408 StringSet<> Processed;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp24 #include "llvm/ADT/StringSet.h"
890 llvm::StringSet<> ObservedMangledNames;

Completed in 244 milliseconds