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

  /external/llvm/include/llvm/MC/
StringTableBuilder.h 26 DenseMap<CachedHash<StringRef>, size_t> StringIndexMap;
61 return StringIndexMap;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
StringTableBuilder.cpp 66 for (const StringPair &P : StringIndexMap) {
133 Strings.reserve(StringIndexMap.size());
134 for (StringPair &P : StringIndexMap)
167 StringIndexMap.clear();
172 auto I = StringIndexMap.find(S);
173 assert(I != StringIndexMap.end() && "String is not in table!");
182 auto P = StringIndexMap.insert(std::make_pair(S, 0));
  /external/llvm/lib/MC/
StringTableBuilder.cpp 91 Strings.reserve(StringIndexMap.size());
92 for (StringOffsetPair &P : StringIndexMap)
174 StringIndexMap.clear();
179 auto I = StringIndexMap.find(S);
180 assert(I != StringIndexMap.end() && "String is not in table!");
187 auto P = StringIndexMap.insert(std::make_pair(S, Start));
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
StringTableBuilder.h 29 DenseMap<CachedHashStringRef, size_t> StringIndexMap;
  /external/swiftshader/third_party/LLVM/lib/MC/
MachObjectWriter.cpp 417 /// \param StringIndexMap [out] - Map from symbol names to offsets in the
433 StringMap<uint64_t> StringIndexMap;
454 uint64_t &Entry = StringIndexMap[Symbol.getName()];
490 uint64_t &Entry = StringIndexMap[Symbol.getName()];
ELFObjectWriter.cpp 569 StringMap<uint64_t> StringIndexMap;
637 uint64_t &Entry = StringIndexMap[Name];
    [all...]

Completed in 253 milliseconds