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

  /external/llvm/include/llvm/MC/
StringTableBuilder.h 26 DenseMap<CachedHash<StringRef>, size_t> StringIndexMap;
61 return StringIndexMap;
  /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));
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
StringTableBuilder.h 29 DenseMap<CachedHashStringRef, size_t> StringIndexMap;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
StringTableBuilder.h 29 DenseMap<CachedHashStringRef, size_t> StringIndexMap;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
StringTableBuilder.h 29 DenseMap<CachedHashStringRef, size_t> StringIndexMap;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
StringTableBuilder.h 29 DenseMap<CachedHashStringRef, size_t> StringIndexMap;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
StringTableBuilder.h 29 DenseMap<CachedHashStringRef, size_t> StringIndexMap;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
StringTableBuilder.h 29 DenseMap<CachedHashStringRef, size_t> StringIndexMap;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
StringTableBuilder.h 29 DenseMap<CachedHashStringRef, size_t> StringIndexMap;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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 898 milliseconds