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

/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeData.cpp76 size_t str_val_len = pValue.getStringValue().length(); local
78 if (str_val_len > 0)
79 ::memcpy(pBuf, pValue.getStringValue().c_str(), str_val_len);
80 pBuf += str_val_len;

Completed in 73 milliseconds