HomeSort by relevance Sort by last modified time
    Searched refs:StringMapEntry (Results 1 - 25 of 32) sorted by null

1 2

  /external/llvm/include/llvm/IR/
Comdat.h 25 template <typename ValueTy> class StringMapEntry;
51 Comdat(SelectionKind SK, StringMapEntry<Comdat> *Name);
55 StringMapEntry<Comdat> *Name;
Value.h 48 template<typename ValueTy> class StringMapEntry;
49 typedef StringMapEntry<Value*> ValueName;
InstrTypes.h     [all...]
  /external/llvm/include/llvm/CodeGen/
DwarfStringPoolEntry.h 28 const StringMapEntry<DwarfStringPoolEntry> *I = nullptr;
33 const StringMapEntry<DwarfStringPoolEntry> &I)
  /external/llvm/include/llvm/ADT/
StringMap.h 28 class StringMapEntry;
30 /// StringMapEntryBase - Shared base class of StringMapEntry instances.
83 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
87 /// RemoveKey - Remove the StringMapEntry for the specified key from the
113 /// StringMapEntry - This is used to represent one value that is inserted into
117 class StringMapEntry : public StringMapEntryBase {
118 StringMapEntry(StringMapEntry &E) = delete;
123 explicit StringMapEntry(unsigned strLen)
126 StringMapEntry(unsigned strLen, InitTy &&V
    [all...]
  /external/llvm/lib/IR/
Comdat.cpp 18 Comdat::Comdat(SelectionKind SK, StringMapEntry<Comdat> *Name)
LLVMContextImpl.cpp 222 StringMapEntry<uint32_t> *LLVMContextImpl::getOrInsertBundleTag(StringRef Tag) {
  /external/llvm/include/llvm/MC/
MCSymbolELF.h 21 MCSymbolELF(const StringMapEntry<bool> *Name, bool isTemporary)
MCSymbolCOFF.h 29 MCSymbolCOFF(const StringMapEntry<bool> *Name, bool isTemporary)
MCSymbol.h 145 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 {
MCSymbolMachO.h 43 MCSymbolMachO(const StringMapEntry<bool> *Name, bool isTemporary)
MCContext.h 218 MCSymbol *createSymbolImpl(const StringMapEntry<bool> *Name,
  /external/llvm/include/llvm/Support/
StringPool.h 56 typedef StringMapEntry<PooledString> entry_t;
  /external/llvm/lib/MC/
MCSymbol.cpp 23 void *MCSymbol::operator new(size_t s, const StringMapEntry<bool> *Name,
MCContext.cpp 161 MCSymbol *MCContext::createSymbolImpl(const StringMapEntry<bool> *Name,
  /external/clang/include/clang/Basic/
SourceManagerInternals.h 85 std::vector<llvm::StringMapEntry<unsigned>*> FilenamesByID;
IdentifierTable.h 75 llvm::StringMapEntry<IdentifierInfo*> *Entry;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfStringPool.cpp 47 SmallVector<const StringMapEntry<EntryTy> *, 64> Entries(Pool.size());
  /external/llvm/unittests/ADT/
StringMapTest.cpp 187 // Test StringMapEntry::Create() method.
283 StringMapEntry<MoveOnly>::Create(Key, MoveOnly(42))
289 StringMapEntry<MoveOnly>::Create(Key, Immovable())
  /external/llvm/tools/dsymutil/
DebugMap.h 130 typedef StringMapEntry<SymbolMapping> DebugMapEntry;
  /external/clang/lib/Frontend/
CacheTokens.cpp 193 std::vector<llvm::StringMapEntry<OffsetOpt>*> StrEntries;
465 for (std::vector<llvm::StringMapEntry<OffsetOpt>*>::iterator
  /frameworks/compile/slang/
slang.cpp 552 llvm::StringMapEntry<ReflectedDefinitionTy> *ME =
553 llvm::StringMapEntry<ReflectedDefinitionTy>::Create(RDKey);
  /external/llvm/lib/Transforms/IPO/
FunctionImport.cpp 323 for (StringMapEntry<std::unique_ptr<DenseMap<unsigned, MDNode *>>> &SME :
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 259 SmallVector<StringMapEntry<GCOVLines *> *, 32> SortedLinesByFile;
271 [](StringMapEntry<GCOVLines *> *LHS,
272 StringMapEntry<GCOVLines *> *RHS) {
275 for (SmallVectorImpl<StringMapEntry<GCOVLines *> *>::iterator
    [all...]
  /external/llvm/tools/llvm-link/
llvm-link.cpp 227 for (StringMapEntry<std::unique_ptr<DenseMap<unsigned, MDNode *>>> &SME :

Completed in 1188 milliseconds

1 2