Home
last modified time | relevance | path

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

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