Searched refs:getKeyLength (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DStringEntry.h45 size_t getKeyLength() const function in class:mcld::StringEntry
95 size_t getKeyLength() const function in class:mcld::StringEntry
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1289 for (const char *C = Name.getKeyData(), *E = C+Name.getKeyLength();
1318 *E = Name.getKeyData()+Name.getKeyLength(); P != E; ++P)
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1306 for (const char *C = Name.getKeyData(), *E = C+Name.getKeyLength();
1335 *E = Name.getKeyData()+Name.getKeyLength(); P != E; ++P)
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1363 for (const char *C = Name.getKeyData(), *E = C+Name.getKeyLength();
1392 *E = Name.getKeyData()+Name.getKeyLength(); P != E; ++P)

Completed in 85 milliseconds