HomeSort by relevance Sort by last modified time
    Searched refs:StringMap (Results 76 - 100 of 256) sorted by null

1 2 34 5 6 7 8 91011

  /external/swiftshader/third_party/LLVM/tools/lto/
LTOModule.cpp 214 StringMap<NameAndAttributes>::value_type &entry =
249 StringMap<NameAndAttributes>::value_type &entry =
270 StringMap<NameAndAttributes>::value_type &entry =
411 StringMap<NameAndAttributes>::value_type &entry =
442 StringMap<NameAndAttributes>::value_type &entry =
467 StringMap<State> Symbols;
541 typedef StringMap<State>::const_iterator const_iterator;
708 for (StringMap<NameAndAttributes>::iterator it=_undefines.begin();
  /frameworks/compile/libbcc/lib/
CompilerConfig.cpp 38 llvm::StringMap<bool> features;
109 llvm::StringMap<bool> features;
  /external/clang/include/clang/Basic/
SourceManagerInternals.h 20 #include "llvm/ADT/StringMap.h"
84 llvm::StringMap<unsigned, llvm::BumpPtrAllocator> FilenameIDs;
  /external/clang/lib/Driver/
Multilib.cpp 13 #include "llvm/ADT/StringMap.h"
100 llvm::StringMap<int> FlagSet;
103 llvm::StringMap<int>::iterator SI = FlagSet.find(Flag.substr(1));
246 llvm::StringMap<bool> FlagSet;
255 llvm::StringMap<bool>::const_iterator SI = FlagSet.find(Flag.substr(1));
  /external/clang/tools/diagtool/
DiagTool.cpp 16 #include "llvm/ADT/StringMap.h"
27 typedef llvm::StringMap<DiagTool *> ToolMap;
ListWarnings.cpp 20 #include "llvm/ADT/StringMap.h"
54 llvm::StringMap<std::vector<unsigned> > flagHistogram;
  /external/llvm/include/llvm/IR/
ModuleSummaryIndex.h 24 #include "llvm/ADT/StringMap.h"
323 /// of the module. The StringMap makes a copy of and owns inserted strings.
324 typedef StringMap<std::pair<uint64_t, ModuleHash>> ModulePathStringTableTy;
418 const StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() const {
423 StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() {
494 StringMap<GVSummaryMapTy> &ModuleToDefinedGVSummaries) const;
  /external/llvm/lib/IR/
ModuleSummaryIndex.cpp 16 #include "llvm/ADT/StringMap.h"
89 StringMap<GVSummaryMapTy> &ModuleToDefinedGVSummaries) const {
Module.cpp 54 NamedMDSymTab = new StringMap<NamedMDNode *>();
67 delete static_cast<StringMap<NamedMDNode *> *>(NamedMDSymTab);
266 return static_cast<StringMap<NamedMDNode*> *>(NamedMDSymTab)->lookup(NameRef);
274 (*static_cast<StringMap<NamedMDNode *> *>(NamedMDSymTab))[Name];
286 static_cast<StringMap<NamedMDNode *> *>(NamedMDSymTab)->erase(NMD->getName());
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.h 39 mutable StringMap<std::unique_ptr<MipsSubtarget>> SubtargetMap;
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 19 #include "llvm/ADT/StringMap.h"
52 FunctionPass *createNVVMReflectPass(const StringMap<int> &Mapping);
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.h 27 mutable StringMap<std::unique_ptr<SparcSubtarget>> SubtargetMap;
  /external/llvm/include/llvm/ExecutionEngine/Orc/
LazyEmittingLayer.h 23 #include "llvm/ADT/StringMap.h"
161 const GlobalValue* addGlobalValue(StringMap<const GlobalValue*> &Names,
193 auto Symbols = llvm::make_unique<StringMap<const GlobalValue*>>();
211 mutable std::unique_ptr<StringMap<const GlobalValue*>> MangledSymbols;
  /external/swiftshader/third_party/LLVM/lib/MC/
MCContext.cpp 25 typedef StringMap<const MCSectionMachO*> MachOUniqueMapTy;
26 typedef StringMap<const MCSectionELF*> ELFUniqueMapTy;
27 typedef StringMap<const MCSectionCOFF*> COFFUniqueMapTy;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
LLVMContextImpl.h 31 #include "llvm/ADT/StringMap.h"
132 StringMap<MDString*> MDStringCache;
186 StringMap<StructType*> NamedStructTypes;
202 StringMap<unsigned> CustomMDKindNames;
Module.cpp 48 NamedMDSymTab = new StringMap<NamedMDNode *>();
61 delete static_cast<StringMap<NamedMDNode *> *>(NamedMDSymTab);
307 return static_cast<StringMap<NamedMDNode*> *>(NamedMDSymTab)->lookup(NameRef);
315 (*static_cast<StringMap<NamedMDNode *> *>(NamedMDSymTab))[Name];
325 static_cast<StringMap<NamedMDNode *> *>(NamedMDSymTab)->erase(NMD->getName());
GCOV.cpp 188 for (StringMap<GCOVLines *>::iterator I = Lines.begin(),
205 for (StringMap<GCOVLines *>::iterator LI = Lines.begin(),
256 for (StringMap<LineCounts>::iterator I = LineInfo.begin(), E = LineInfo.end();
  /external/webrtc/webrtc/p2p/client/
httpportallocator.cc 39 typedef std::map<std::string, std::string> StringMap;
40 void ParseMap(const std::string& string, StringMap& map) {
180 StringMap map;
  /external/swiftshader/third_party/LLVM/lib/Support/
CommandLine.cpp 31 #include "llvm/ADT/StringMap.h"
115 StringMap<Option*> &OptionsMap) {
160 const StringMap<Option*> &OptionsMap) {
169 StringMap<Option*>::const_iterator I = OptionsMap.find(Arg);
175 StringMap<Option*>::const_iterator I =
189 const StringMap<Option*> &OptionsMap,
202 for (StringMap<Option*>::const_iterator it = OptionsMap.begin(),
349 const StringMap<Option*> &OptionsMap) {
351 StringMap<Option*>::const_iterator OMI = OptionsMap.find(Name);
374 const StringMap<Option*> &OptionsMap)
    [all...]
Timer.cpp 23 #include "llvm/ADT/StringMap.h"
199 typedef StringMap<Timer> Name2TimerMap;
202 StringMap<std::pair<TimerGroup*, Name2TimerMap> > Map;
205 for (StringMap<std::pair<TimerGroup*, Name2TimerMap> >::iterator
  /external/llvm/include/llvm/MC/
MCContext.h 17 #include "llvm/ADT/StringMap.h"
56 typedef StringMap<MCSymbol *, BumpPtrAllocator &> SymbolTable;
102 StringMap<bool, BumpPtrAllocator &> UsedNames;
106 StringMap<unsigned> NextID;
219 StringMap<MCSectionMachO *> MachOUniquingMap;
222 StringMap<bool> ELFRelSecNames;
  /external/llvm/tools/gold/
gold-plugin.cpp 152 static StringMap<ResolutionInfo> ResInfo;
693 StringMap<unsigned> &Realign) {
879 StringMap<MemoryBufferRef> *ModuleMap;
897 StringMap<MemoryBufferRef> *ModuleMap,
    [all...]
  /external/clang/include/clang/Lex/
HeaderSearch.h 21 #include "llvm/ADT/StringMap.h"
200 llvm::StringMap<LookupFileCacheInfo, llvm::BumpPtrAllocator> LookupFileCache;
204 llvm::StringMap<FrameworkCacheEntry, llvm::BumpPtrAllocator> FrameworkMap;
209 typedef llvm::StringMap<std::string, llvm::BumpPtrAllocator>
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 182 llvm::StringMap< std::vector<CompileCommandRef> >::const_iterator
195 llvm::StringMap< std::vector<CompileCommandRef> >::const_iterator
197 const llvm::StringMap< std::vector<CompileCommandRef> >::const_iterator
  /external/llvm/lib/Support/
Timer.cpp 16 #include "llvm/ADT/StringMap.h"
185 typedef StringMap<Timer> Name2TimerMap;
188 StringMap<std::pair<TimerGroup*, Name2TimerMap> > Map;
191 for (StringMap<std::pair<TimerGroup*, Name2TimerMap> >::iterator

Completed in 1490 milliseconds

1 2 34 5 6 7 8 91011