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

  /external/llvm/include/llvm/MC/
StringTableBuilder.h 22 StringMap<size_t> StringIndexMap;
29 return StringIndexMap.GetOrCreateValue(s, 0).getKey();
47 assert(StringIndexMap.count(s) && "String is not in table!");
48 return StringIndexMap[s];
  /external/llvm/lib/MC/
StringTableBuilder.cpp 30 for (auto i = StringIndexMap.begin(), e = StringIndexMap.end(); i != e; ++i)
42 StringIndexMap[s] = StringTable.size() - 1 - s.size();
46 StringIndexMap[s] = StringTable.size();
MachObjectWriter.cpp 530 /// \param StringIndexMap [out] - Map from symbol names to offsets in the
546 StringMap<uint64_t> StringIndexMap;
566 uint64_t &Entry = StringIndexMap[Symbol.getName()];
601 uint64_t &Entry = StringIndexMap[Symbol.getName()];
    [all...]

Completed in 57 milliseconds