Searched refs:pCmd (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
H A DEntryCmd.h32 static bool classof(const ScriptCommand* pCmd) argument
34 return pCmd->getKind() == ScriptCommand::ENTRY;
H A DOutputArchCmd.h32 static bool classof(const ScriptCommand* pCmd) argument
34 return pCmd->getKind() == ScriptCommand::OUTPUT_ARCH;
H A DOutputCmd.h33 static bool classof(const ScriptCommand* pCmd) argument
35 return pCmd->getKind() == ScriptCommand::OUTPUT;
H A DSearchDirCmd.h34 static bool classof(const ScriptCommand* pCmd) argument
36 return pCmd->getKind() == ScriptCommand::SEARCH_DIR;
H A DAssertCmd.h41 static bool classof(const ScriptCommand* pCmd) argument
43 return pCmd->getKind() == ScriptCommand::ASSERT;
H A DGroupCmd.h39 static bool classof(const ScriptCommand* pCmd) argument
41 return pCmd->getKind() == ScriptCommand::GROUP;
H A DOutputFormatCmd.h46 static bool classof(const ScriptCommand* pCmd) argument
48 return pCmd->getKind() == ScriptCommand::OUTPUT_FORMAT;
H A DAssignment.h64 static bool classof(const ScriptCommand* pCmd) argument
66 return pCmd->getKind() == ScriptCommand::ASSIGNMENT;
H A DInputSectDesc.h87 static bool classof(const ScriptCommand* pCmd) argument
89 return pCmd->getKind() == ScriptCommand::INPUT_SECT_DESC;
H A DSectionsCmd.h54 static bool classof(const ScriptCommand* pCmd) argument
56 return pCmd->getKind() == ScriptCommand::SECTIONS;
H A DOutputSectDesc.h187 static bool classof(const ScriptCommand* pCmd) argument
189 return pCmd->getKind() == ScriptCommand::OUTPUT_SECT_DESC;

Completed in 83 milliseconds