Home
last modified time | relevance | path

Searched refs:getCurrentStringList (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
DScriptParser.yy270 { $$ = m_ScriptFile.getCurrentStringList(); }
274 { m_ScriptFile.getCurrentStringList()->push_back($1); }
276 { m_ScriptFile.getCurrentStringList()->push_back($2); }
278 { m_ScriptFile.getCurrentStringList()->push_back($3); }
459 { $$ = m_ScriptFile.getCurrentStringList(); }
463 { m_ScriptFile.getCurrentStringList()->push_back($3); }
530 { $$ = m_ScriptFile.getCurrentStringList(); }
537 m_ScriptFile.getCurrentStringList()->push_back(
542 m_ScriptFile.getCurrentStringList()->push_back(
549 { $$ = m_ScriptFile.getCurrentStringList(); }
[all …]
/frameworks/compile/mclinker/include/mcld/Script/
DScriptFile.h144 const StringList* getCurrentStringList() const { return m_pStringList; } in getCurrentStringList() function
145 StringList* getCurrentStringList() { return m_pStringList; } in getCurrentStringList() function