Searched refs:StringMap (Results 1 - 25 of 193) sorted by relevance

12345678

/external/clang/include/clang/StaticAnalyzer/Frontend/
H A DModelConsumer.h20 #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;
H A DFrontendActions.h14 #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/Support/
H A DSpecialCaseList.h51 #include "llvm/ADT/StringMap.h"
90 StringMap<StringMap<Entry>> Entries;
91 StringMap<StringMap<std::string>> Regexps;
H A DHost.h17 #include "llvm/ADT/StringMap.h"
70 bool getHostCPUFeatures(StringMap<bool> &Features);
/external/llvm/include/llvm/ADT/
H A DStringSet.h10 // 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/AsmParser/
H A DSlotMapping.h17 #include "llvm/ADT/StringMap.h"
36 StringMap<Type *> NamedTypes;
/external/llvm/unittests/ADT/
H A DStringMapTest.cpp1 //===- llvm/unittest/ADT/StringMapMap.cpp - StringMap unit tests ----------===//
11 #include "llvm/ADT/StringMap.h"
21 StringMap<uint32_t> testMap;
54 StringMap<uint32_t>::iterator it = testMap.begin();
84 const StringMap<uint32_t>& constTestMap = testMap;
139 // StringMap has a tricky corner case when the map is small (<8 buckets) and
142 llvm::StringMap<int> Map(2);
173 for (StringMap<uint32_t>::iterator it = testMap.begin();
189 StringMap<uint32_t>::value_type* entry =
190 StringMap<uint32_
[all...]
/external/clang/lib/StaticAnalyzer/Frontend/
H A DFrontendActions.cpp21 ParseModelFileAction::ParseModelFileAction(llvm::StringMap<Stmt *> &Bodies)
H A DModelConsumer.cpp29 ModelConsumer::ModelConsumer(llvm::StringMap<Stmt *> &Bodies)
H A DModelInjector.h29 #include "llvm/ADT/StringMap.h"
69 llvm::StringMap<Stmt *> Bodies;
/external/slf4j/integration/src/test/java/org/slf4j/test_osgi/
H A DFelixHost.java33 import org.apache.felix.framework.util.StringMap;
62 StringMap configMap = new StringMap(false);
/external/clang/include/clang/Frontend/
H A DLayoutOverrideSource.h15 #include "llvm/ADT/StringMap.h"
39 llvm::StringMap<Layout> Layouts;
/external/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h32 StringMap<ProfilingData> FunctionData;
H A DSampleProfWriter.h42 std::error_code write(const StringMap<FunctionSamples> &ProfileMap) {
74 writeHeader(const StringMap<FunctionSamples> &ProfileMap) = 0;
90 writeHeader(const StringMap<FunctionSamples> &ProfileMap) override {
115 writeHeader(const StringMap<FunctionSamples> &ProfileMap) override;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.h13 #include "llvm/ADT/StringMap.h"
30 StringMap<EntryTy, BumpPtrAllocator &> Pool;
/external/llvm/include/llvm/TableGen/
H A DSetTheory.h52 #include "llvm/ADT/StringMap.h"
98 StringMap<std::unique_ptr<Operator>> Operators;
101 StringMap<std::unique_ptr<Expander>> Expanders;
/external/llvm/lib/Object/
H A DRecordStreamer.h21 StringMap<State> Symbols;
28 typedef StringMap<State>::const_iterator const_iterator;
/external/llvm/include/llvm/IR/
H A DFunctionInfo.h20 #include "llvm/ADT/StringMap.h"
146 typedef StringMap<FunctionInfoList> FunctionInfoMapTy;
153 /// module ID assigned to each module during the plugin step. The StringMap
155 typedef StringMap<uint64_t> ModulePathStringTableTy;
197 iterator_range<StringMap<uint64_t>::const_iterator>
/external/clang/lib/Tooling/
H A DFileMatchTrie.cpp15 #include "llvm/ADT/StringMap.h"
110 llvm::StringMap<FileMatchTrieNode>::const_iterator MatchingChild =
138 llvm::StringMap<FileMatchTrieNode>::const_iterator Except) const {
145 for (llvm::StringMap<FileMatchTrieNode>::const_iterator
159 llvm::StringMap<FileMatchTrieNode> Children;
/external/jetty/src/java/org/eclipse/jetty/io/
H A DBufferCache.java25 import org.eclipse.jetty.util.StringMap;
36 private final StringMap _stringMap=new StringMap(StringMap.CASE_INSENSTIVE);
/external/llvm/include/llvm/
H A DPassRegistry.h22 #include "llvm/ADT/StringMap.h"
47 typedef StringMap<const PassInfo *> StringMapType;
/external/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.h28 mutable StringMap<std::unique_ptr<HexagonSubtarget>> SubtargetMap;
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.h26 mutable StringMap<std::unique_ptr<WebAssemblySubtarget>> SubtargetMap;
/external/llvm/lib/Target/X86/
H A DX86TargetMachine.h29 mutable StringMap<std::unique_ptr<X86Subtarget>> SubtargetMap;
/external/llvm/tools/dsymutil/
H A DNonRelocatableStringpool.h23 /// \brief Entries are stored into the StringMap and simply linked
26 typedef StringMap<std::pair<uint32_t, StringMapEntryBase *>, BumpPtrAllocator>

Completed in 724 milliseconds

12345678