Searched refs:StringMapEntry (Results 1 - 25 of 40) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DStringMap.h27 class StringMapEntry;
36 static void Initialize(StringMapEntry<ValueTy> &T, InitTy InitVal) {
42 /// StringMapEntryBase - Shared base class of StringMapEntry instances.
95 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
99 /// RemoveKey - Remove the StringMapEntry for the specified key from the
116 /// StringMapEntry - This is used to represent one value that is inserted into
120 class StringMapEntry : public StringMapEntryBase { class in namespace:llvm
124 explicit StringMapEntry(unsigned strLen) function in class:llvm::StringMapEntry
126 StringMapEntry(unsigned strLen, const ValueTy &V) function in class:llvm::StringMapEntry
140 /// StringMapEntry objec
[all...]
H A DStringSet.h32 return base::insert(llvm::StringMapEntry<char>::
/external/llvm/include/llvm/ADT/
H A DStringMap.h29 class StringMapEntry;
31 /// StringMapEntryBase - Shared base class of StringMapEntry instances.
84 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
88 /// RemoveKey - Remove the StringMapEntry for the specified key from the
117 /// StringMapEntry - This is used to represent one value that is inserted into
121 class StringMapEntry : public StringMapEntryBase { class in namespace:llvm
122 StringMapEntry(StringMapEntry &E) = delete;
127 explicit StringMapEntry(unsigned strLen) function in class:llvm::StringMapEntry
130 StringMapEntry(unsigne function in class:llvm::StringMapEntry
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringMap.h36 class StringMapEntry;
38 /// StringMapEntryBase - Shared base class of StringMapEntry instances.
91 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
95 /// RemoveKey - Remove the StringMapEntry for the specified key from the
124 /// StringMapEntry - This is used to represent one value that is inserted into
128 class StringMapEntry : public StringMapEntryBase { class in namespace:llvm
132 explicit StringMapEntry(unsigned strLen) function in class:llvm::StringMapEntry
135 StringMapEntry(unsigned strLen, InitTy &&... InitVals) function in class:llvm::StringMapEntry
137 StringMapEntry(StringMapEntry
[all...]
/external/llvm/include/llvm/CodeGen/
H A DDwarfStringPoolEntry.h28 const StringMapEntry<DwarfStringPoolEntry> *I = nullptr;
33 const StringMapEntry<DwarfStringPoolEntry> &I)
/external/llvm/include/llvm/IR/
H A DComdat.h23 template <typename ValueTy> class StringMapEntry;
52 StringMapEntry<Comdat> *Name;
H A DValue.h51 template<typename ValueTy> class StringMapEntry;
52 typedef StringMapEntry<Value*> ValueName;
/external/llvm/include/llvm/MC/
H A DMCSymbolELF.h21 MCSymbolELF(const StringMapEntry<bool> *Name, bool isTemporary)
H A DMCSymbolCOFF.h29 MCSymbolCOFF(const StringMapEntry<bool> *Name, bool isTemporary)
H A DMCSymbol.h145 const StringMapEntry<bool> *NameEntry;
149 MCSymbol(SymbolKind Kind, const StringMapEntry<bool> *Name, bool isTemporary)
162 void *operator new(size_t s, const StringMapEntry<bool> *Name,
188 const StringMapEntry<bool> *&getNameEntryPtr() {
193 const StringMapEntry<bool> *&getNameEntryPtr() const {
H A DMCSymbolMachO.h45 MCSymbolMachO(const StringMapEntry<bool> *Name, bool isTemporary)
/external/llvm/lib/MC/
H A DMCSymbol.cpp25 void *MCSymbol::operator new(size_t s, const StringMapEntry<bool> *Name,
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCContext.cpp68 // Do the lookup and get the entire StringMapEntry. We want access to the
70 StringMapEntry<MCSymbol*> &Entry = Symbols.GetOrCreateValue(Name);
87 StringMapEntry<bool> *NameEntry = &UsedNames.GetOrCreateValue(Name);
198 StringMapEntry<const MCSectionELF*> &Entry = Map.GetOrCreateValue(Section);
232 StringMapEntry<const MCSectionCOFF*> &Entry = Map.GetOrCreateValue(Section);
/external/clang/include/clang/Basic/
H A DSourceManagerInternals.h85 std::vector<llvm::StringMapEntry<unsigned>*> FilenamesByID;
/external/llvm/include/llvm/Support/
H A DStringPool.h56 typedef StringMapEntry<PooledString> entry_t;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp47 SmallVector<const StringMapEntry<EntryTy> *, 64> Entries(Pool.size());
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DStringPool.h57 typedef StringMapEntry<PooledString> entry_t;
/external/swiftshader/third_party/LLVM/include/llvm/
H A DValue.h34 template<typename ValueTy> class StringMapEntry;
37 typedef StringMapEntry<Value*> ValueName;
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DDebugInfoProbe.cpp206 StringMapEntry<DebugInfoProbe *> &Entry =
220 StringMapEntry<DebugInfoProbe *> &Entry =
/external/llvm/unittests/ADT/
H A DStringMapTest.cpp215 // Test StringMapEntry::Create() method.
311 StringMapEntry<MoveOnly>::Create(Key, MoveOnly(42))
317 StringMapEntry<MoveOnly>::Create(Key, Immovable())
/external/llvm/lib/IR/
H A DLLVMContextImpl.cpp198 StringMapEntry<uint32_t> *LLVMContextImpl::getOrInsertBundleTag(StringRef Tag) {
/external/llvm/tools/dsymutil/
H A DDebugMap.h133 typedef StringMapEntry<SymbolMapping> DebugMapEntry;
/external/swiftshader/third_party/LLVM/unittests/ADT/
H A DStringMapTest.cpp178 static void Initialize(StringMapEntry<uint32_t> &T, InitTy InitVal) {
187 // Test StringMapEntry::Create() method.
/external/clang/lib/Frontend/
H A DCacheTokens.cpp193 std::vector<llvm::StringMapEntry<OffsetOpt>*> StrEntries;
465 for (std::vector<llvm::StringMapEntry<OffsetOpt>*>::iterator
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DValue.h51 template<typename ValueTy> class StringMapEntry;
52 typedef StringMapEntry<Value*> ValueName;

Completed in 7956 milliseconds

12