Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/lib/Script/
H A 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(
554 m_ScriptFile.getCurrentStringList()->push_back($2);
[all …]
/aosp12/frameworks/compile/mclinker/include/mcld/Script/
H A DScriptFile.h144 const StringList* getCurrentStringList() const { return m_pStringList; } in getCurrentStringList() function
145 StringList* getCurrentStringList() { return m_pStringList; } in getCurrentStringList() function