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

  /frameworks/compile/mclinker/lib/MC/
MCLDFile.cpp 21 : m_Type(Unknown), m_pContext(0), m_Path(), m_Name(), m_pMemArea(0) {
25 : m_Type(Unknown), m_pContext(0), m_Path(), m_Name(pName.data()), m_pMemArea(0) {
31 : m_Type(pType), m_pContext(0), m_Path(pPath), m_Name(pName.data()), m_pMemArea(0) {
42 m_Name = pName;
44 m_Name = pName.substr(pos + 1);
MCLDDirectory.cpp 18 : Directory(), m_Name(), m_bInSysroot(false) {
22 : Directory(), m_Name(pName) {
36 : Directory(), m_Name(pName) {
50 : Directory(), m_Name(pName.data(), pName.size()) {
65 m_Name.assign(pName.data(), pName.size());
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDDirectory.h 43 { return m_Name; }
46 std::string m_Name;
MCLDFile.h 89 { return m_Name; }
116 std::string m_Name;
  /frameworks/compile/mclinker/lib/LD/
ResolveInfoFactory.cpp 26 std::memcpy(result->m_Name, pKey.data(), pKey.size());
27 result->m_Name[pKey.size()] = '\0';
LDSection.cpp 22 m_Name(pName),
ResolveInfo.cpp 226 return (0 == std::memcmp(m_Name, pKey.data(), length));
  /external/srec/tools/grxmlcompile/
hashmap.h 53 std::string m_Name;
hashmap.cpp 47 m_Name = s;
149 cout << "======= '" << m_Name <<"' =======" << std::endl;
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 51 { return m_Name; }
181 std::string m_Name;
ResolveInfo.h 191 { return m_Name; }
270 * |length of m_Name|reserved|Symbol|Type |ELF visibility|Local|Com|Def|Dyn|Weak|
273 char m_Name[0];

Completed in 831 milliseconds