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

  /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;
Metadata.h 497 friend class StringMapEntry<MDString>;
503 StringMapEntry<MDString> *Entry;
    [all...]
  /external/llvm/include/llvm/ADT/
StringMap.h 28 class StringMapEntry;
30 /// StringMapEntryBase - Shared base class of StringMapEntry instances.
81 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
85 /// RemoveKey - Remove the StringMapEntry for the specified key from the
109 /// StringMapEntry - This is used to represent one value that is inserted into
113 class StringMapEntry : public StringMapEntryBase {
114 StringMapEntry(StringMapEntry &E) = delete;
118 explicit StringMapEntry(unsigned strLen)
121 StringMapEntry(unsigned strLen, InitTy &&V
    [all...]
  /external/llvm/lib/IR/
Comdat.cpp 18 Comdat::Comdat(SelectionKind SK, StringMapEntry<Comdat> *Name)
Type.cpp 585 return ((StringMapEntry<StructType*> *)SymbolTableEntry)->getKey();
Metadata.cpp 367 StringMapEntry<MDString>::Create(Str, Store.getAllocator(), MDString());
    [all...]
Verifier.cpp 271 for (const StringMapEntry<Comdat> &SMEC : M.getComdatSymbolTable())
    [all...]
  /external/llvm/include/llvm/Support/
StringPool.h 56 typedef StringMapEntry<PooledString> entry_t;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfStringPool.cpp 45 SmallVector<const StringMapEntry<std::pair<MCSymbol *, unsigned>> *, 64>
  /external/llvm/tools/dsymutil/
DebugMap.h 110 typedef StringMapEntry<SymbolMapping> DebugMapEntry;
  /external/clang/include/clang/Basic/
SourceManagerInternals.h 85 std::vector<llvm::StringMapEntry<unsigned>*> FilenamesByID;
IdentifierTable.h 74 llvm::StringMapEntry<IdentifierInfo*> *Entry;
  /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/lldb/source/Core/
ConstString.cpp 22 typedef llvm::StringMapEntry<StringPoolValueType> StringPoolEntryType;
  /external/clang/lib/Frontend/
CacheTokens.cpp 192 std::vector<llvm::StringMapEntry<OffsetOpt>*> StrEntries;
464 for (std::vector<llvm::StringMapEntry<OffsetOpt>*>::iterator
  /frameworks/compile/slang/
slang.cpp 533 llvm::StringMapEntry<ReflectedDefinitionTy> *ME =
534 llvm::StringMapEntry<ReflectedDefinitionTy>::Create(RDKey);
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 258 SmallVector<StringMapEntry<GCOVLines *> *, 32> SortedLinesByFile;
270 [](StringMapEntry<GCOVLines *> *LHS,
271 StringMapEntry<GCOVLines *> *RHS) {
274 for (SmallVectorImpl<StringMapEntry<GCOVLines *> *>::iterator
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 1493 milliseconds