Searched refs:StringIndexMap (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMachObjectWriter.cpp432 /// \param StringIndexMap [out] - Map from symbol names to offsets in the
448 StringMap<uint64_t> StringIndexMap; local
469 uint64_t &Entry = StringIndexMap[Symbol.getName()];
505 uint64_t &Entry = StringIndexMap[Symbol.getName()];
H A DELFObjectWriter.cpp870 StringMap<uint64_t> StringIndexMap; local
938 uint64_t &Entry = StringIndexMap[Name];

Completed in 314 milliseconds