Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Script/
DOutputSectDesc.h41 struct Prolog { struct
42 bool hasVMA() const { return m_pVMA != NULL; } in hasVMA()
43 const RpnExpr& vma() const { in vma()
47 RpnExpr& vma() { in vma()
52 void setType(Type pType) { m_Type = pType; } in setType()
54 Type type() const { return m_Type; } in type()
56 bool hasLMA() const { return m_pLMA != NULL; } in hasLMA()
80 bool operator==(const Prolog& pRHS) const { argument
99 RpnExpr* m_pVMA;
100 Type m_Type;
[all …]