Searched refs:StringCompare (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DPathCache.h28 StringCompare<llvm::StringRef> > HashEntryType;
/frameworks/compile/mclinker/include/mcld/ADT/
H A DStringHash.h341 /** \class template<uint32_t TYPE> StringCompare
342 * \brief the template StringCompare class, for specification
345 struct StringCompare : public std::binary_function<const STRING_TYPE&, const STRING_TYPE&, bool> struct in namespace:mcld
352 struct StringCompare<const char*> : public std::binary_function<const char*, const char*, bool> struct in namespace:mcld
359 struct StringCompare<char*> : public std::binary_function<const char*, const char*, bool> struct in namespace:mcld
/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h97 StringCompare<llvm::StringRef> > ArchiveMemberEntryType;

Completed in 95 milliseconds