Searched refs:classof (Results 1 - 25 of 31) sorted by relevance

12

/frameworks/compile/mclinker/include/mcld/Fragment/
H A DNullFragment.h30 static bool classof(const Fragment *F) function in class:mcld::NullFragment
33 static bool classof(const NullFragment *) function in class:mcld::NullFragment
H A DTargetFragment.h31 static bool classof(const Fragment *F) function in class:mcld::TargetFragment
34 static bool classof(const TargetFragment *) function in class:mcld::TargetFragment
H A DFillFragment.h30 static bool classof(const Fragment *F) function in class:mcld::FillFragment
33 static bool classof(const FillFragment *) { return true; } function in class:mcld::FillFragment
H A DRegionFragment.h30 static bool classof(const Fragment *F) function in class:mcld::RegionFragment
33 static bool classof(const RegionFragment *) function in class:mcld::RegionFragment
H A DAlignFragment.h36 static bool classof(const Fragment *F) function in class:mcld::AlignFragment
38 static bool classof(const AlignFragment *) { return true; } function in class:mcld::AlignFragment
H A DStub.h106 static bool classof(const Fragment *F) function in class:mcld::Stub
109 static bool classof(const Stub *) function in class:mcld::Stub
H A DFragment.h58 static bool classof(const Fragment *O) { return true; } function in class:mcld::Fragment
/frameworks/compile/mclinker/unittests/
H A DMCRegionFragmentTest.cpp54 ASSERT_FALSE(llvm::MCDataFragment::classof(frag));
55 ASSERT_TRUE(MCRegionFragment::classof(frag));
69 ASSERT_FALSE(llvm::MCDataFragment::classof(frag));
70 ASSERT_TRUE(MCRegionFragment::classof(frag));
/frameworks/compile/mclinker/include/mcld/Script/
H A DEntryCmd.h32 static bool classof(const ScriptCommand* pCmd) function in class:mcld::EntryCmd
H A DOutputArchCmd.h32 static bool classof(const ScriptCommand* pCmd) function in class:mcld::OutputArchCmd
H A DOutputCmd.h33 static bool classof(const ScriptCommand* pCmd) function in class:mcld::OutputCmd
H A DSearchDirCmd.h34 static bool classof(const ScriptCommand* pCmd) function in class:mcld::SearchDirCmd
H A DOperand.h49 static bool classof(const ExprToken* pToken) function in class:mcld::Operand
80 static bool classof(const Operand* pOperand) function in class:mcld::SymOperand
113 static bool classof(const Operand* pOperand) function in class:mcld::IntOperand
150 static bool classof(const Operand* pOperand) function in class:mcld::SectOperand
186 static bool classof(const Operand* pOperand) function in class:mcld::SectDescOperand
221 static bool classof(const Operand* pOperand) function in class:mcld::FragOperand
H A DAssertCmd.h41 static bool classof(const ScriptCommand* pCmd) function in class:mcld::AssertCmd
H A DFileToken.h34 static bool classof(const InputToken* pToken) function in class:mcld::FileToken
H A DInputToken.h41 static bool classof(const StrToken* pToken) function in class:mcld::InputToken
H A DNameSpec.h34 static bool classof(const InputToken* pToken) function in class:mcld::NameSpec
H A DGroupCmd.h39 static bool classof(const ScriptCommand* pCmd) function in class:mcld::GroupCmd
H A DOutputFormatCmd.h46 static bool classof(const ScriptCommand* pCmd) function in class:mcld::OutputFormatCmd
H A DStrToken.h47 static bool classof(const StrToken* pToken) function in class:mcld::StrToken
H A DWildcardPattern.h50 static bool classof(const StrToken* pToken) function in class:mcld::WildcardPattern
H A DAssignment.h64 static bool classof(const ScriptCommand* pCmd) function in class:mcld::Assignment
H A DInputSectDesc.h87 static bool classof(const ScriptCommand* pCmd) function in class:mcld::InputSectDesc
H A DSectionsCmd.h54 static bool classof(const ScriptCommand* pCmd) function in class:mcld::SectionsCmd
/frameworks/compile/mclinker/include/mcld/Target/
H A DPLT.h43 static bool classof(const Fragment *O) function in class:mcld::PLTEntryBase

Completed in 304 milliseconds

12