Searched refs:classof (Results 1 - 25 of 32) sorted by last modified time

12

/frameworks/compile/mclinker/unittests/
H A DFragmentRefTest.cpp65 ASSERT_TRUE(RegionFragment::classof(frag));
H A DFragmentTest.cpp63 EXPECT_TRUE(f->classof(new Fragment(Fragment::Region, s)));
H A DMCRegionFragmentTest.cpp49 ASSERT_FALSE(llvm::MCDataFragment::classof(frag));
50 ASSERT_TRUE(MCRegionFragment::classof(frag));
64 ASSERT_FALSE(llvm::MCDataFragment::classof(frag));
65 ASSERT_TRUE(MCRegionFragment::classof(frag));
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp548 static bool classof(const Value *V) { function in class:__anon1158::llvm::__anon1159::ConstantPlaceHolder
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp823 static bool classof(const Value *V) { function in class:__anon1161::llvm::__anon1162::ConstantPlaceHolder
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DAlignFragment.h38 static bool classof(const Fragment* F) { function in class:mcld::AlignFragment
42 static bool classof(const AlignFragment*) { return true; } function in class:mcld::AlignFragment
H A DFillFragment.h31 static bool classof(const Fragment* F) { function in class:mcld::FillFragment
35 static bool classof(const FillFragment*) { return true; } function in class:mcld::FillFragment
H A DFragment.h51 static bool classof(const Fragment* O) { return true; } function in class:mcld::Fragment
H A DNullFragment.h29 static bool classof(const Fragment* F) { function in class:mcld::NullFragment
33 static bool classof(const NullFragment*) { return true; } function in class:mcld::NullFragment
H A DRegionFragment.h30 static bool classof(const Fragment* F) { function in class:mcld::RegionFragment
34 static bool classof(const RegionFragment*) { return true; } function in class:mcld::RegionFragment
H A DStub.h121 static bool classof(const Fragment* F) { function in class:mcld::Stub
125 static bool classof(const Stub*) { return true; } function in class:mcld::Stub
H A DTargetFragment.h30 static bool classof(const Fragment* F) { function in class:mcld::TargetFragment
34 static bool classof(const TargetFragment*) { return true; } function in class:mcld::TargetFragment
/frameworks/compile/mclinker/include/mcld/Script/
H A DAssertCmd.h40 static bool classof(const ScriptCommand* pCmd) { function in class:mcld::AssertCmd
H A DAssignment.h54 static bool classof(const ScriptCommand* pCmd) { function in class:mcld::Assignment
H A DEntryCmd.h31 static bool classof(const ScriptCommand* pCmd) { function in class:mcld::EntryCmd
H A DFileToken.h32 static bool classof(const InputToken* pToken) { function in class:mcld::FileToken
H A DGroupCmd.h37 static bool classof(const ScriptCommand* pCmd) { function in class:mcld::GroupCmd
H A DInputCmd.h41 static bool classof(const ScriptCommand* pCmd) { function in class:mcld::InputCmd
H A DInputSectDesc.h83 static bool classof(const ScriptCommand* pCmd) { function in class:mcld::InputSectDesc
H A DInputToken.h35 static bool classof(const StrToken* pToken) { function in class:mcld::InputToken
H A DNameSpec.h32 static bool classof(const InputToken* pToken) { function in class:mcld::NameSpec
H A DOperand.h44 static bool classof(const ExprToken* pToken) { function in class:mcld::Operand
73 static bool classof(const Operand* pOperand) { function in class:mcld::SymOperand
104 static bool classof(const Operand* pOperand) { function in class:mcld::IntOperand
138 static bool classof(const Operand* pOperand) { function in class:mcld::SectOperand
171 static bool classof(const Operand* pOperand) { function in class:mcld::SectDescOperand
204 static bool classof(const Operand* pOperand) { function in class:mcld::FragOperand
H A DOperator.h109 static bool classof(const ExprToken* pToken) { function in class:mcld::Operator
H A DOutputArchCmd.h31 static bool classof(const ScriptCommand* pCmd) { function in class:mcld::OutputArchCmd
H A DOutputCmd.h32 static bool classof(const ScriptCommand* pCmd) { function in class:mcld::OutputCmd

Completed in 189 milliseconds

12