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

/macosx-10.10.1/llvmCore-3425.0.34/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.
86 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
90 /// RemoveKey - Remove the StringMapEntry for the specified key from the
107 /// StringMapEntry - This is used to represent one value that is inserted into
111 class StringMapEntry : public StringMapEntryBase { class in namespace:llvm
115 explicit StringMapEntry(unsigned strLen) function in class:llvm::StringMapEntry
117 StringMapEntry(unsigned strLen, const ValueTy &V) function in class:llvm::StringMapEntry
131 /// StringMapEntry objec
[all...]
H A DStringSet.h32 return base::insert(llvm::StringMapEntry<char>::
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DStringToOffsetTable.h31 StringMapEntry<unsigned> &Entry = StringOffset.GetOrCreateValue(Str, -1U);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DStringPool.h57 typedef StringMapEntry<PooledString> entry_t;
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCContext.cpp73 // Do the lookup and get the entire StringMapEntry. We want access to the
75 StringMapEntry<MCSymbol*> &Entry = Symbols.GetOrCreateValue(Name);
92 StringMapEntry<bool> *NameEntry = &UsedNames.GetOrCreateValue(Name);
209 StringMapEntry<const MCSectionELF*> &Entry = Map.GetOrCreateValue(Section);
243 StringMapEntry<const MCSectionCOFF*> &Entry = Map.GetOrCreateValue(Section);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DValue.h33 template<typename ValueTy> class StringMapEntry;
34 typedef StringMapEntry<Value*> ValueName;
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ADT/
H A DStringMapTest.cpp194 static void Initialize(StringMapEntry<uint32_t> &T, InitTy InitVal) {
203 // Test StringMapEntry::Create() method.
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DMetadata.cpp40 StringMapEntry<Value*> &Entry =
H A DType.cpp601 return ((StringMapEntry<StructType*> *)SymbolTableEntry)->getKey();
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp588 StringMapEntry<unsigned> &Ent = SourceIdMap.GetOrCreateValue(NamePair, SrcId);
2014 StringMapEntry<std::pair<MCSymbol*, unsigned> >*>, 64> Entries;

Completed in 202 milliseconds