/frameworks/compile/mclinker/unittests/ |
D | MCRegionFragmentTest.cpp | 54 ASSERT_FALSE(llvm::MCDataFragment::classof(frag)); in TEST_F() 55 ASSERT_TRUE(MCRegionFragment::classof(frag)); in TEST_F() 69 ASSERT_FALSE(llvm::MCDataFragment::classof(frag)); in TEST_F() 70 ASSERT_TRUE(MCRegionFragment::classof(frag)); in TEST_F()
|
D | FragmentRefTest.cpp | 65 ASSERT_TRUE(RegionFragment::classof(frag));
|
D | FragmentTest.cpp | 68 EXPECT_TRUE(f->classof(new Fragment(Fragment::Region, s)) ); in TEST_F()
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | Operand.h | 49 static bool classof(const ExprToken* pToken) in classof() function 80 static bool classof(const Operand* pOperand) in classof() function 113 static bool classof(const Operand* pOperand) in classof() function 150 static bool classof(const Operand* pOperand) in classof() function 186 static bool classof(const Operand* pOperand) in classof() function 221 static bool classof(const Operand* pOperand) in classof() function
|
D | OutputCmd.h | 33 static bool classof(const ScriptCommand* pCmd) in classof() function
|
D | EntryCmd.h | 32 static bool classof(const ScriptCommand* pCmd) in classof() function
|
D | OutputArchCmd.h | 32 static bool classof(const ScriptCommand* pCmd) in classof() function
|
D | SearchDirCmd.h | 34 static bool classof(const ScriptCommand* pCmd) in classof() function
|
D | NameSpec.h | 34 static bool classof(const InputToken* pToken) in classof() function
|
D | FileToken.h | 34 static bool classof(const InputToken* pToken) in classof() function
|
D | InputToken.h | 41 static bool classof(const StrToken* pToken) in classof() function
|
D | AssertCmd.h | 41 static bool classof(const ScriptCommand* pCmd) in classof() function
|
D | GroupCmd.h | 39 static bool classof(const ScriptCommand* pCmd) in classof() function
|
D | StrToken.h | 47 static bool classof(const StrToken* pToken) in classof() function
|
D | WildcardPattern.h | 50 static bool classof(const StrToken* pToken) in classof() function
|
D | OutputFormatCmd.h | 46 static bool classof(const ScriptCommand* pCmd) in classof() function
|
D | Assignment.h | 64 static bool classof(const ScriptCommand* pCmd) in classof() function
|
D | SectionsCmd.h | 54 static bool classof(const ScriptCommand* pCmd) in classof() function
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
D | NullFragment.h | 30 static bool classof(const Fragment *F) in classof() function 33 static bool classof(const NullFragment *) in classof() function
|
D | TargetFragment.h | 31 static bool classof(const Fragment *F) in classof() function 34 static bool classof(const TargetFragment *) in classof() function
|
D | RegionFragment.h | 30 static bool classof(const Fragment *F) in classof() function 33 static bool classof(const RegionFragment *) in classof() function
|
D | FillFragment.h | 30 static bool classof(const Fragment *F) in classof() function 33 static bool classof(const FillFragment *) { return true; } in classof() function
|
D | AlignFragment.h | 36 static bool classof(const Fragment *F) in classof() function 38 static bool classof(const AlignFragment *) { return true; } in classof() function
|
D | Stub.h | 106 static bool classof(const Fragment *F) in classof() function 109 static bool classof(const Stub *) in classof() function
|
D | Fragment.h | 58 static bool classof(const Fragment *O) { return true; } in classof() function
|