Searched defs:Assertions (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
H A DLinkerScript.h45 typedef std::vector<AssertCmd> Assertions; typedef in class:mcld::LinkerScript
66 const Assertions& assertions() const { return m_Assertions; }
67 Assertions& assertions() { return m_Assertions; }
102 Assertions m_Assertions;

Completed in 76 milliseconds