Home
last modified time | relevance | path

Searched defs:classof (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/frameworks/compile/mclinker/include/mcld/Script/
H A DOperand.h44 static bool classof(const ExprToken* pToken) { in classof() function
73 static bool classof(const Operand* pOperand) { in classof() function
104 static bool classof(const Operand* pOperand) { in classof() function
138 static bool classof(const Operand* pOperand) { in classof() function
171 static bool classof(const Operand* pOperand) { in classof() function
204 static bool classof(const Operand* pOperand) { in classof() function
H A DFileToken.h32 static bool classof(const InputToken* pToken) { in classof() function
H A DNameSpec.h32 static bool classof(const InputToken* pToken) { in classof() function
H A DOutputArchCmd.h31 static bool classof(const ScriptCommand* pCmd) { in classof() function
H A DOutputCmd.h32 static bool classof(const ScriptCommand* pCmd) { in classof() function
H A DSearchDirCmd.h33 static bool classof(const ScriptCommand* pCmd) { in classof() function
H A DEntryCmd.h31 static bool classof(const ScriptCommand* pCmd) { in classof() function
H A DAssertCmd.h40 static bool classof(const ScriptCommand* pCmd) { in classof() function
H A DInputToken.h35 static bool classof(const StrToken* pToken) { in classof() function
H A DOutputFormatCmd.h45 static bool classof(const ScriptCommand* pCmd) { in classof() function
H A DStrToken.h42 static bool classof(const StrToken* pToken) { in classof() function
H A DGroupCmd.h37 static bool classof(const ScriptCommand* pCmd) { in classof() function
H A DWildcardPattern.h49 static bool classof(const StrToken* pToken) { in classof() function
H A DInputCmd.h41 static bool classof(const ScriptCommand* pCmd) { in classof() function
H A DSectionsCmd.h54 static bool classof(const ScriptCommand* pCmd) { in classof() function
H A DAssignment.h54 static bool classof(const ScriptCommand* pCmd) { in classof() function
H A DInputSectDesc.h83 static bool classof(const ScriptCommand* pCmd) { in classof() function
/aosp12/frameworks/compile/mclinker/include/mcld/Fragment/
H A DNullFragment.h29 static bool classof(const Fragment* F) { in classof() function
33 static bool classof(const NullFragment*) { return true; } in classof() function
H A DRegionFragment.h30 static bool classof(const Fragment* F) { in classof() function
34 static bool classof(const RegionFragment*) { return true; } in classof() function
H A DTargetFragment.h30 static bool classof(const Fragment* F) { in classof() function
34 static bool classof(const TargetFragment*) { return true; } in classof() function
H A DFillFragment.h31 static bool classof(const Fragment* F) { in classof() function
35 static bool classof(const FillFragment*) { return true; } in classof() function
H A DAlignFragment.h38 static bool classof(const Fragment* F) { in classof() function
42 static bool classof(const AlignFragment*) { return true; } in classof() function
H A DStub.h121 static bool classof(const Fragment* F) { in classof() function
125 static bool classof(const Stub*) { return true; } in classof() function
H A DFragment.h51 static bool classof(const Fragment* O) { return true; } in classof() function
/aosp12/frameworks/compile/mclinker/include/mcld/Target/
H A DPLT.h36 static bool classof(const Fragment* O) { return true; } in classof() function

12