HomeSort by relevance Sort by last modified time
    Searched refs:StringMap (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/llvm/lib/Analysis/
LibCallSemantics.cpp 17 #include "llvm/ADT/StringMap.h"
21 /// getMap - This impl pointer in ~LibCallInfo is actually a StringMap. This
23 static StringMap<const LibCallFunctionInfo*> *getMap(void *Ptr) {
24 return static_cast<StringMap<const LibCallFunctionInfo*> *>(Ptr);
45 StringMap<const LibCallFunctionInfo*> *Map = getMap(Impl);
48 /// the StringMap to index it.
50 Impl = Map = new StringMap<const LibCallFunctionInfo*>();
55 // We now have the array of entries. Populate the StringMap.
  /external/llvm/include/llvm/ADT/
StringSet.h 10 // StringSet - A set-like wrapper for the StringMap.
17 #include "llvm/ADT/StringMap.h"
21 /// StringSet - A wrapper for StringMap that provides set-like
25 class StringSet : public llvm::StringMap<char, AllocatorTy> {
26 typedef llvm::StringMap<char, AllocatorTy> base;
StringMap.h 1 //===--- StringMap.h - String Hash table map interface ----------*- C++ -*-===//
10 // This file defines the StringMap class.
30 /// various datatypes in a stringmap to allow them to be initialized when an
51 /// StringMapImpl - This is the base class of StringMap that is shared among
108 /// a StringMap. It contains the Value itself and the key: the string length
225 /// StringMap - This is an unconventional map that is specialized for handling
230 class StringMap : public StringMapImpl {
235 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {}
236 explicit StringMap(unsigned InitialSize)
239 explicit StringMap(AllocatorTy A
    [all...]
  /frameworks/compile/linkloader/include/
ELFSectionHeaderTable.h 23 #include <llvm/ADT/StringMap.h>
35 llvm::StringMap<ELFSectionHeaderTy *> name_map;
ELFSectionSymTab.h 22 #include <llvm/ADT/StringMap.h>
34 llvm::StringMap<ELFSymbolTy *> name_map;
  /external/llvm/include/llvm/Support/
Host.h 17 #include "llvm/ADT/StringMap.h"
62 bool getHostCPUFeatures(StringMap<bool> &Features);
StringPool.h 32 #include "llvm/ADT/StringMap.h"
56 typedef StringMap<PooledString> table_t;
  /external/chromium/chrome/browser/importer/
mork_reader.h 117 typedef std::map<IDString, std::string> StringMap;
129 StringMap* map);
151 StringMap value_map_;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 20 #include "llvm/ADT/StringMap.h"
65 StringMap<DIE*> GlobalTypes;
69 StringMap<std::vector<DIE*> > AccelNames;
70 StringMap<std::vector<DIE*> > AccelObjC;
71 StringMap<std::vector<DIE*> > AccelNamespace;
72 StringMap<std::vector<std::pair<DIE*, unsigned> > > AccelTypes;
90 const StringMap<DIE*> &getGlobalTypes() const { return GlobalTypes; }
92 const StringMap<std::vector<DIE*> > &getAccelNames() const {
95 const StringMap<std::vector<DIE*> > &getAccelObjC() const {
98 const StringMap<std::vector<DIE*> > &getAccelNamespace() const
    [all...]
  /external/clang/include/clang/Frontend/
LayoutOverrideSource.h 14 #include "llvm/ADT/StringMap.h"
38 llvm::StringMap<Layout> Layouts;
  /external/llvm/lib/Target/PTX/
PTXAsmPrinter.h 19 #include "llvm/ADT/StringMap.h"
52 StringMap<unsigned> SourceIdMap;
  /frameworks/compile/slang/
slang_rs_export_element.h 24 #include "llvm/ADT/StringMap.h"
49 typedef llvm::StringMap<const ElementInfo*> ElementInfoMapTy;
  /external/clang/include/clang/Basic/
FileSystemStatCache.h 19 #include "llvm/ADT/StringMap.h"
89 llvm::StringMap<struct stat, llvm::BumpPtrAllocator> StatCalls;
91 typedef llvm::StringMap<struct stat, llvm::BumpPtrAllocator>::const_iterator
FileManager.h 21 #include "llvm/ADT/StringMap.h"
76 // Add a default constructor for use with llvm::StringMap
139 llvm::StringMap<DirectoryEntry*, llvm::BumpPtrAllocator> SeenDirEntries;
140 llvm::StringMap<FileEntry*, llvm::BumpPtrAllocator> SeenFileEntries;
  /external/llvm/utils/TableGen/
SetTheory.h 50 #include "llvm/ADT/StringMap.h"
96 StringMap<Operator*> Operators;
99 StringMap<Expander*> Expanders;
StringToOffsetTable.h 14 #include "llvm/ADT/StringMap.h"
25 StringMap<unsigned> StringOffset;
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageSourceCGWin.cpp 52 typedef HashMap<String, String> StringMap;
53 DEFINE_STATIC_LOCAL(StringMap, UTIMap, ());
  /external/llvm/unittests/ADT/
StringMapTest.cpp 1 //===- llvm/unittest/ADT/StringMapMap.cpp - StringMap unit tests ----------===//
11 #include "llvm/ADT/StringMap.h"
20 StringMap<uint32_t> testMap;
53 StringMap<uint32_t>::iterator it = testMap.begin();
84 const StringMap<uint32_t>& constTestMap = testMap;
156 for (StringMap<uint32_t>::iterator it = testMap.begin();
189 StringMap<uint32_t>::value_type* entry =
190 StringMap<uint32_t>::value_type::Create(
201 StringMap<uint32_t>::value_type::Create(
  /external/llvm/lib/Support/
DynamicLibrary.cpp 16 #include "llvm/ADT/StringMap.h"
25 static llvm::StringMap<void *> *ExplicitSymbols = 0;
49 ExplicitSymbols = new llvm::StringMap<void*>();
133 StringMap<void *>::iterator i = ExplicitSymbols->find(symbolName);
  /external/clang/include/clang/Lex/
ModuleMap.h 26 #include "llvm/ADT/StringMap.h"
54 llvm::StringMap<Module *> Modules;
231 typedef llvm::StringMap<Module *>::const_iterator module_iterator;
Pragma.h 18 #include "llvm/ADT/StringMap.h"
93 llvm::StringMap<PragmaHandler*> Handlers;
  /external/llvm/tools/lto/
LTOModule.h 22 #include "llvm/ADT/StringMap.h"
40 typedef llvm::StringMap<uint8_t> StringSet;
55 llvm::StringMap<NameAndAttributes> _undefines;
LTOCodeGenerator.h 18 #include "llvm/ADT/StringMap.h"
66 typedef llvm::StringMap<uint8_t> StringSet;
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerRegistry.h 128 mutable llvm::StringMap<size_t> Packages;
  /external/llvm/include/llvm/
ValueSymbolTable.h 18 #include "llvm/ADT/StringMap.h"
46 typedef StringMap<Value*> ValueMap;

Completed in 940 milliseconds

1 2 3 4 5