Home
last modified time | relevance | path

Searched refs:StringMap (Results 1 – 25 of 443) sorted by relevance

12345678910>>...18

/external/llvm/unittests/ADT/
DStringMapTest.cpp22 StringMap<uint32_t> testMap;
55 StringMap<uint32_t>::iterator it = testMap.begin(); in assertSingleItemMap()
85 const StringMap<uint32_t>& constTestMap = testMap; in TEST_F()
143 llvm::StringMap<int> Map(2); in TEST_F()
162 llvm::StringMap<int> Map; in TEST_F()
179 llvm::StringMap<int> Map2(Map); in TEST_F()
201 for (StringMap<uint32_t>::iterator it = testMap.begin(); in TEST_F()
217 StringMap<uint32_t>::value_type* entry = in TEST_F()
218 StringMap<uint32_t>::value_type::Create( in TEST_F()
229 StringMap<uint32_t>::value_type::Create( in TEST_F()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DStringMapTest.cpp24 StringMap<uint32_t> testMap;
57 StringMap<uint32_t>::iterator it = testMap.begin(); in assertSingleItemMap()
87 const StringMap<uint32_t>& constTestMap = testMap; in TEST_F()
145 llvm::StringMap<int> Map(2); in TEST_F()
164 llvm::StringMap<int> Map; in TEST_F()
181 llvm::StringMap<int> Map2(Map); in TEST_F()
203 for (StringMap<uint32_t>::iterator it = testMap.begin(); in TEST_F()
219 StringMap<uint32_t>::value_type* entry = in TEST_F()
220 StringMap<uint32_t>::value_type::Create( in TEST_F()
231 StringMap<uint32_t>::value_type::Create( in TEST_F()
[all …]
/external/grpc-grpc/src/compiler/
Dpython_generator.cc58 typedef map<grpc::string, grpc::string> StringMap; typedef
113 StringMap service_dict; in PrintBetaServicer()
132 StringMap method_dict; in PrintBetaServicer()
149 StringMap service_dict; in PrintBetaStub()
168 StringMap method_dict; in PrintBetaStub()
191 StringMap service_dict; in PrintBetaServerFactory()
205 StringMap method_implementation_constructors; in PrintBetaServerFactory()
206 StringMap input_message_modules_and_classes; in PrintBetaServerFactory()
207 StringMap output_message_modules_and_classes; in PrintBetaServerFactory()
233 StringMap method_dict; in PrintBetaServerFactory()
[all …]
/external/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h40 typedef StringMap<FunctionsToImportTy> ImportMapTy;
80 const StringMap<GVSummaryMapTy> &ModuleToDefinedGVSummaries,
81 StringMap<FunctionImporter::ImportMapTy> &ImportLists,
82 StringMap<FunctionImporter::ExportSetTy> &ExportLists);
104 const StringMap<GVSummaryMapTy> &ModuleToDefinedGVSummaries,
105 const StringMap<FunctionImporter::ImportMapTy> &ImportLists,
110 const StringMap<FunctionImporter::ImportMapTy> &ImportLists);
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp130 static StringMap<MemoryBufferRef>
132 StringMap<MemoryBufferRef> ModuleMap; in generateModuleMap()
149 StringMap<MemoryBufferRef> &ModuleMap, in crossImportIntoModule()
332 StringMap<MemoryBufferRef> &ModuleMap, TargetMachine &TM, in ProcessThinLTOModule()
396 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> in resolveWeakForLinkerInIndex()
521 StringMap<GVSummaryMapTy> ModuleToDefinedGVSummaries; in promote()
525 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote()
526 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote()
531 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in promote()
549 StringMap<GVSummaryMapTy> ModuleToDefinedGVSummaries(ModuleCount); in crossModuleImport()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp136 static StringMap<MemoryBufferRef>
138 StringMap<MemoryBufferRef> ModuleMap; in generateModuleMap()
200 StringMap<MemoryBufferRef> &ModuleMap, in crossImportIntoModule()
444 StringMap<MemoryBufferRef> &ModuleMap, TargetMachine &TM, in ProcessThinLTOModule()
509 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> in resolveWeakForLinkerInIndex()
626 const StringMap<FunctionImporter::ExportSetTy> &ExportLists, in internalizeAndPromoteInIndex()
661 StringMap<GVSummaryMapTy> ModuleToDefinedGVSummaries; in promote()
672 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote()
673 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote()
678 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in promote()
[all …]
/external/opencensus-java/contrib/log_correlation/log4j2/src/main/java/io/opencensus/contrib/logcorrelation/log4j2/
DContextDataUtils.java36 import org.apache.logging.log4j.util.StringMap;
48 static StringMap injectContextData( in injectContextData()
49 SpanSelection spanSelection, @Nullable List<Property> properties, StringMap reusable) { in injectContextData()
61 private static void putProperties(Collection<Property> properties, StringMap stringMap) { in putProperties()
67 private static StringMap shareableRawContextData(SpanSelection spanSelection) { in shareableRawContextData()
101 private static StringMap getShareableContextData() { in getShareableContextData()
122 private static StringMap getShareableContextAndTracingData(SpanContext spanContext) { in getShareableContextAndTracingData()
128 StringMap contextData = context.getReadOnlyContextData(); in getShareableContextAndTracingData()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringMap.h223 class StringMap : public StringMapImpl {
229 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap() function
230 explicit StringMap(unsigned InitialSize) in StringMap() function
233 explicit StringMap(AllocatorTy A) in StringMap() function
236 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap() function
240 StringMap(std::initializer_list<std::pair<StringRef, ValueTy>> List) in StringMap() function
247 StringMap(StringMap &&RHS) in StringMap() function
250 StringMap &operator=(StringMap RHS) {
256 StringMap(const StringMap &RHS) : in StringMap() function
431 ~StringMap() { in ~StringMap()
/external/llvm/include/llvm/ADT/
DStringMap.h217 class StringMap : public StringMapImpl {
223 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap() function
224 explicit StringMap(unsigned InitialSize) in StringMap() function
227 explicit StringMap(AllocatorTy A) in StringMap() function
230 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap() function
234 StringMap(std::initializer_list<std::pair<StringRef, ValueTy>> List) in StringMap() function
241 StringMap(StringMap &&RHS) in StringMap() function
244 StringMap &operator=(StringMap RHS) {
250 StringMap(const StringMap &RHS) : in StringMap() function
427 ~StringMap() { in ~StringMap()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLibCallSemantics.cpp23 static StringMap<const LibCallFunctionInfo*> *getMap(void *Ptr) { in getMap()
24 return static_cast<StringMap<const LibCallFunctionInfo*> *>(Ptr); in getMap()
45 StringMap<const LibCallFunctionInfo*> *Map = getMap(Impl); in getFunctionInfo()
50 Impl = Map = new StringMap<const LibCallFunctionInfo*>(); in getFunctionInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h51 using ImportMapTy = StringMap<FunctionsToImportTy>;
95 const StringMap<GVSummaryMapTy> &ModuleToDefinedGVSummaries,
96 StringMap<FunctionImporter::ImportMapTy> &ImportLists,
97 StringMap<FunctionImporter::ExportSetTy> &ExportLists);
147 const StringMap<GVSummaryMapTy> &ModuleToDefinedGVSummaries,
/external/swiftshader/third_party/LLVM/unittests/ADT/
DStringMapTest.cpp20 StringMap<uint32_t> testMap;
53 StringMap<uint32_t>::iterator it = testMap.begin(); in assertSingleItemMap()
84 const StringMap<uint32_t>& constTestMap = testMap; in TEST_F()
156 for (StringMap<uint32_t>::iterator it = testMap.begin(); in TEST_F()
189 StringMap<uint32_t>::value_type* entry = in TEST_F()
190 StringMap<uint32_t>::value_type::Create( in TEST_F()
201 StringMap<uint32_t>::value_type::Create( in TEST_F()
/external/llvm/include/llvm/Support/
DSpecialCaseList.h90 StringMap<StringMap<Entry>> Entries;
91 StringMap<StringMap<std::string>> Regexps;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DStringMap.h220 class StringMap : public StringMapImpl {
226 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap() function
228 explicit StringMap(unsigned InitialSize) in StringMap() function
231 explicit StringMap(AllocatorTy A) in StringMap() function
234 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap() function
238 StringMap(std::initializer_list<std::pair<StringRef, ValueTy>> List) in StringMap() function
245 StringMap(StringMap &&RHS) in StringMap() function
248 StringMap(const StringMap &RHS) : in StringMap() function
283 StringMap &operator=(StringMap RHS) {
289 ~StringMap() { in ~StringMap()
/external/llvm/include/llvm/ProfileData/
DSampleProfWriter.h43 std::error_code write(const StringMap<FunctionSamples> &ProfileMap) { in write()
73 writeHeader(const StringMap<FunctionSamples> &ProfileMap) = 0;
82 void computeSummary(const StringMap<FunctionSamples> &ProfileMap);
95 writeHeader(const StringMap<FunctionSamples> &ProfileMap) override { in writeHeader()
120 writeHeader(const StringMap<FunctionSamples> &ProfileMap) override;
/external/llvm/lib/Support/
DSpecialCaseList.cpp142 for (StringMap<StringMap<std::string>>::const_iterator I = Regexps.begin(), in compile()
145 for (StringMap<std::string>::const_iterator II = I->second.begin(), in compile()
160 StringMap<StringMap<Entry> >::const_iterator I = Entries.find(Section); in inSection()
162 StringMap<Entry>::const_iterator II = I->second.find(Category); in inSection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DSampleProfWriter.h45 std::error_code write(const StringMap<FunctionSamples> &ProfileMap);
66 writeHeader(const StringMap<FunctionSamples> &ProfileMap) = 0;
75 void computeSummary(const StringMap<FunctionSamples> &ProfileMap);
88 writeHeader(const StringMap<FunctionSamples> &ProfileMap) override { in writeHeader()
113 std::error_code writeHeader(const StringMap<FunctionSamples> &ProfileMap) override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DSpecialCaseList.h126 StringMap<unsigned> Strings;
131 using SectionEntries = StringMap<StringMap<Matcher>>;
143 bool parse(const MemoryBuffer *MB, StringMap<size_t> &SectionsMap,
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStringMap.h239 class StringMap : public StringMapImpl {
243 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap() function
244 explicit StringMap(unsigned InitialSize) in StringMap() function
247 explicit StringMap(AllocatorTy A) in StringMap() function
250 explicit StringMap(const StringMap &RHS) in StringMap() function
256 void operator=(const StringMap &RHS) {
403 ~StringMap() { in ~StringMap()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/FileCheck/
DFileCheck.cpp171 StringMap<StringRef> &VariableTable) const;
173 const StringMap<StringRef> &VariableTable,
176 const StringMap<StringRef> &VariableTable) const;
189 const StringMap<StringRef> &VariableTable) const;
441 StringMap<StringRef> &VariableTable) const { in Match()
471 StringMap<StringRef>::iterator it = in Match()
519 const StringMap<StringRef> &VariableTable) const { in ComputeMatchDistance()
537 const StringMap<StringRef> &VariableTable, in PrintVariableUses()
557 StringMap<StringRef>::const_iterator it = VariableTable.find(Var); in PrintVariableUses()
582 const StringMap<StringRef> &VariableTable) const { in PrintFuzzyMatch()
[all …]
/external/llvm/test/Transforms/GVN/
Dnonescaping-malloc.ll15 %"struct.llvm::StringMap<void*,llvm::MallocAllocator>" = type { %"struct.llvm::StringMapImpl", %"st…
22 …"* @_Z3fooRN4llvm9StringMapIPvNS_15MallocAllocatorEEEPKc(%"struct.llvm::StringMap<void*,llvm::Mall…
30 …S_15MallocAllocatorEE16GetOrCreateValueERKNS_9StringRefE(%"struct.llvm::StringMap<void*,llvm::Mall…
40 …S_15MallocAllocatorEE16GetOrCreateValueERKNS_9StringRefE(%"struct.llvm::StringMap<void*,llvm::Mall…
46 …2.i = getelementptr inbounds %"struct.llvm::StringMap<void*,llvm::MallocAllocator>", %"struct.llvm…
48 …4.i = getelementptr inbounds %"struct.llvm::StringMap<void*,llvm::MallocAllocator>", %"struct.llvm…
99 …5.i = getelementptr inbounds %"struct.llvm::StringMap<void*,llvm::MallocAllocator>", %"struct.llvm…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
Dnonescaping-malloc.ll18 %"struct.llvm::StringMap<void*,llvm::MallocAllocator>" = type { %"struct.llvm::StringMapImpl", %"st…
25 …"* @_Z3fooRN4llvm9StringMapIPvNS_15MallocAllocatorEEEPKc(%"struct.llvm::StringMap<void*,llvm::Mall…
33 …S_15MallocAllocatorEE16GetOrCreateValueERKNS_9StringRefE(%"struct.llvm::StringMap<void*,llvm::Mall…
43 …S_15MallocAllocatorEE16GetOrCreateValueERKNS_9StringRefE(%"struct.llvm::StringMap<void*,llvm::Mall…
49 …2.i = getelementptr inbounds %"struct.llvm::StringMap<void*,llvm::MallocAllocator>", %"struct.llvm…
51 …4.i = getelementptr inbounds %"struct.llvm::StringMap<void*,llvm::MallocAllocator>", %"struct.llvm…
102 …5.i = getelementptr inbounds %"struct.llvm::StringMap<void*,llvm::MallocAllocator>", %"struct.llvm…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/
Dnonescaping-malloc.ll17 %"struct.llvm::StringMap<void*,llvm::MallocAllocator>" = type { %"struct.llvm::StringMapImpl", %"st…
24 …"* @_Z3fooRN4llvm9StringMapIPvNS_15MallocAllocatorEEEPKc(%"struct.llvm::StringMap<void*,llvm::Mall…
32 …S_15MallocAllocatorEE16GetOrCreateValueERKNS_9StringRefE(%"struct.llvm::StringMap<void*,llvm::Mall…
42 …S_15MallocAllocatorEE16GetOrCreateValueERKNS_9StringRefE(%"struct.llvm::StringMap<void*,llvm::Mall…
48 …2.i = getelementptr inbounds %"struct.llvm::StringMap<void*,llvm::MallocAllocator>", %"struct.llvm…
50 …4.i = getelementptr inbounds %"struct.llvm::StringMap<void*,llvm::MallocAllocator>", %"struct.llvm…
101 …5.i = getelementptr inbounds %"struct.llvm::StringMap<void*,llvm::MallocAllocator>", %"struct.llvm…
/external/clang/lib/Tooling/
DFileMatchTrie.cpp110 llvm::StringMap<FileMatchTrieNode>::const_iterator MatchingChild = in findEquivalent()
138 llvm::StringMap<FileMatchTrieNode>::const_iterator Except) const { in getAll()
145 for (llvm::StringMap<FileMatchTrieNode>::const_iterator in getAll()
159 llvm::StringMap<FileMatchTrieNode> Children;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugStringTableSubsection.h79 StringMap<uint32_t>::const_iterator begin() const { in begin()
83 StringMap<uint32_t>::const_iterator end() const { return StringToId.end(); } in end()
89 StringMap<uint32_t> StringToId;

12345678910>>...18