Home
last modified time | relevance | path

Searched defs:epilog (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Object/
DSectionMap.h82 const OutputSectDesc::Epilog& epilog() const { return m_Epilog; } in epilog() function
83 OutputSectDesc::Epilog& epilog() { return m_Epilog; } in epilog() function
/frameworks/compile/mclinker/include/mcld/Script/
DOutputSectDesc.h193 const Epilog& epilog() const { return m_Epilog; } in epilog() function