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

1 2 3 4 5 6 7 8 91011

  /external/clang/include/clang/StaticAnalyzer/Frontend/
ModelConsumer.h 20 #include "llvm/ADT/StringMap.h"
30 /// This consumer collects the bodies of function definitions into a StringMap
34 ModelConsumer(llvm::StringMap<Stmt *> &Bodies);
39 llvm::StringMap<Stmt *> &Bodies;
FrontendActions.h 14 #include "llvm/ADT/StringMap.h"
40 /// parsed, the function definitions will be collected into a StringMap.
43 ParseModelFileAction(llvm::StringMap<Stmt *> &Bodies);
51 llvm::StringMap<Stmt *> &Bodies;
  /external/llvm/include/llvm/Transforms/IPO/
FunctionImport.h 13 #include "llvm/ADT/StringMap.h"
40 typedef StringMap<FunctionsToImportTy> ImportMapTy;
80 const StringMap<GVSummaryMapTy> &ModuleToDefinedGVSummaries,
81 StringMap<FunctionImporter::ImportMapTy> &ImportLists,
82 StringMap<FunctionImporter::ExportSetTy> &ExportLists);
100 /// from each required module path. Use a std::map instead of StringMap to get
104 const StringMap<GVSummaryMapTy> &ModuleToDefinedGVSummaries,
105 const StringMap<FunctionImporter::ImportMapTy> &ImportLists,
110 const StringMap<FunctionImporter::ImportMapTy> &ImportLists);
  /external/llvm/include/llvm/Support/
SpecialCaseList.h 51 #include "llvm/ADT/StringMap.h"
90 StringMap<StringMap<Entry>> Entries;
91 StringMap<StringMap<std::string>> Regexps;
Host.h 17 #include "llvm/ADT/StringMap.h"
70 bool getHostCPUFeatures(StringMap<bool> &Features);
  /external/swiftshader/third_party/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/swiftshader/third_party/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;
  /frameworks/compile/mclinker/include/mcld/LD/
MergedStringTable.h 14 #include <llvm/ADT/StringMap.h>
26 typedef llvm::StringMap<size_t> StringMapTy;
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryAreaFactory.h 16 #include <llvm/ADT/StringMap.h>
63 llvm::StringMap<MemoryArea*> m_AreaMap;
  /external/llvm/include/llvm/AsmParser/
SlotMapping.h 17 #include "llvm/ADT/StringMap.h"
36 StringMap<Type *> NamedTypes;
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
NameMap.h 13 #include "llvm/ADT/StringMap.h"
37 StringMap<uint32_t> Mapping;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Host.h 17 #include "llvm/ADT/StringMap.h"
62 bool getHostCPUFeatures(StringMap<bool> &Features);
  /external/llvm/unittests/ADT/
StringMapTest.cpp 1 //===- llvm/unittest/ADT/StringMapMap.cpp - StringMap unit tests ----------===//
10 #include "llvm/ADT/StringMap.h"
22 StringMap<uint32_t> testMap;
55 StringMap<uint32_t>::iterator it = testMap.begin();
85 const StringMap<uint32_t>& constTestMap = testMap;
140 // StringMap has a tricky corner case when the map is small (<8 buckets) and
143 llvm::StringMap<int> Map(2);
162 llvm::StringMap<int> Map;
179 llvm::StringMap<int> Map2(Map);
201 for (StringMap<uint32_t>::iterator it = testMap.begin()
    [all...]
  /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 functionality.
23 class StringSet : public llvm::StringMap<char, AllocatorTy> {
24 typedef llvm::StringMap<char, AllocatorTy> base;
  /external/llvm/include/llvm/LTO/
LTO.h 19 #include "llvm/ADT/StringMap.h"
40 StringMap<MemoryBufferRef> &ModuleMap;
43 ModuleLoader(LLVMContext &Context, StringMap<MemoryBufferRef> &ModuleMap)
  /external/llvm/lib/Object/
RecordStreamer.h 21 StringMap<State> Symbols;
28 typedef StringMap<State>::const_iterator const_iterator;
  /external/clang/lib/StaticAnalyzer/Frontend/
FrontendActions.cpp 21 ParseModelFileAction::ParseModelFileAction(llvm::StringMap<Stmt *> &Bodies)
ModelInjector.h 29 #include "llvm/ADT/StringMap.h"
69 llvm::StringMap<Stmt *> Bodies;
ModelConsumer.cpp 29 ModelConsumer::ModelConsumer(llvm::StringMap<Stmt *> &Bodies)
  /external/swiftshader/third_party/LLVM/include/llvm/
DebugInfoProbe.h 18 #include "llvm/ADT/StringMap.h"
49 StringMap<DebugInfoProbe *> Probes;
  /external/llvm/include/llvm/ProfileData/
SampleProfWriter.h 43 std::error_code write(const StringMap<FunctionSamples> &ProfileMap) {
73 writeHeader(const StringMap<FunctionSamples> &ProfileMap) = 0;
82 void computeSummary(const StringMap<FunctionSamples> &ProfileMap);
95 writeHeader(const StringMap<FunctionSamples> &ProfileMap) override {
120 writeHeader(const StringMap<FunctionSamples> &ProfileMap) override;
  /external/slf4j/integration/src/test/java/org/slf4j/test_osgi/
FelixHost.java 33 import org.apache.felix.framework.util.StringMap;
62 StringMap configMap = new StringMap(false);
  /external/clang/include/clang/Frontend/
LayoutOverrideSource.h 15 #include "llvm/ADT/StringMap.h"
39 llvm::StringMap<Layout> Layouts;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfStringPool.h 13 #include "llvm/ADT/StringMap.h"
30 StringMap<EntryTy, BumpPtrAllocator &> Pool;
  /external/llvm/tools/dsymutil/
NonRelocatableStringpool.h 12 #include "llvm/ADT/StringMap.h"
25 /// \brief Entries are stored into the StringMap and simply linked
28 typedef StringMap<std::pair<uint32_t, StringMapEntryBase *>, BumpPtrAllocator>

Completed in 872 milliseconds

1 2 3 4 5 6 7 8 91011