Home
last modified time | relevance | path

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

1234567891011

/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/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/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/llvm/include/llvm/Support/
DSpecialCaseList.h90 StringMap<StringMap<Entry>> Entries;
91 StringMap<StringMap<std::string>> Regexps;
/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()
DStringSet.h23 class StringSet : public llvm::StringMap<char, AllocatorTy> {
24 typedef llvm::StringMap<char, AllocatorTy> base;
/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/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/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()
DStringSet.h25 class StringSet : public llvm::StringMap<char, AllocatorTy> {
26 typedef llvm::StringMap<char, AllocatorTy> base;
/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/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/llvm/lib/Target/NVPTX/
DNVVMReflect.cpp53 StringMap<int> VarMap;
57 NVVMReflect() : NVVMReflect(StringMap<int>()) {} in NVVMReflect()
59 NVVMReflect(const StringMap<int> &Mapping) in NVVMReflect()
74 FunctionPass *llvm::createNVVMReflectPass(const StringMap<int> &Mapping) { in createNVVMReflectPass()
/external/slf4j/integration/src/test/java/org/slf4j/test_osgi/
DFelixHost.java33 import org.apache.felix.framework.util.StringMap;
62 StringMap configMap = new StringMap(false); in doLaunch()
/external/swiftshader/third_party/LLVM/utils/FileCheck/
DFileCheck.cpp91 StringMap<StringRef> &VariableTable) const;
96 const StringMap<StringRef> &VariableTable) const;
106 const StringMap<StringRef> &VariableTable) const;
283 StringMap<StringRef> &VariableTable) const { in Match()
307 StringMap<StringRef>::iterator it = in Match()
348 const StringMap<StringRef> &VariableTable) const { in ComputeMatchDistance()
366 const StringMap<StringRef> &VariableTable) const{ in PrintFailureInfo()
372 StringMap<StringRef>::const_iterator it = VariableTable.find(Var); in PrintFailureInfo()
608 StringMap<StringRef> &VariableTable) { in PrintCheckFailed()
678 StringMap<StringRef> VariableTable; in main()
/external/clang/include/clang/StaticAnalyzer/Frontend/
DModelConsumer.h34 ModelConsumer(llvm::StringMap<Stmt *> &Bodies);
39 llvm::StringMap<Stmt *> &Bodies;
DFrontendActions.h43 ParseModelFileAction(llvm::StringMap<Stmt *> &Bodies);
51 llvm::StringMap<Stmt *> &Bodies;
/external/swiftshader/third_party/LLVM/lib/Support/
DDynamicLibrary.cpp25 static llvm::StringMap<void *> *ExplicitSymbols = 0;
49 ExplicitSymbols = new llvm::StringMap<void*>(); in AddSymbol()
133 StringMap<void *>::iterator i = ExplicitSymbols->find(symbolName); in SearchForAddressOfSymbol()
/external/llvm/utils/FileCheck/
DFileCheck.cpp151 StringMap<StringRef> &VariableTable) const;
156 const StringMap<StringRef> &VariableTable) const;
171 const StringMap<StringRef> &VariableTable) const;
406 StringMap<StringRef> &VariableTable) const { in Match()
436 StringMap<StringRef>::iterator it = in Match()
476 const StringMap<StringRef> &VariableTable) const { in ComputeMatchDistance()
494 const StringMap<StringRef> &VariableTable) const{ in PrintFailureInfo()
513 StringMap<StringRef>::const_iterator it = VariableTable.find(Var); in PrintFailureInfo()
640 size_t &MatchLen, StringMap<StringRef> &VariableTable) const;
651 StringMap<StringRef> &VariableTable) const;
[all …]
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h49 StringMap<sys::MemoryBlock> Functions;
53 StringMap<uint8_t*> SymbolTable;
115 StringMap<RelocationList> Relocations;
/external/llvm/include/llvm/LTO/
DLTO.h40 StringMap<MemoryBufferRef> &ModuleMap;
43 ModuleLoader(LLVMContext &Context, StringMap<MemoryBufferRef> &ModuleMap) in ModuleLoader()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h58 StringMap<const DIE *> GlobalNames;
61 StringMap<const DIE *> GlobalTypes;
221 const StringMap<const DIE *> &getGlobalNames() const { return GlobalNames; } in getGlobalNames()
222 const StringMap<const DIE *> &getGlobalTypes() const { return GlobalTypes; } in getGlobalTypes()

1234567891011