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

/frameworks/compile/mclinker/include/mcld/Script/
H A DEntryCmd.h31 static bool classof(const ScriptCommand* pCmd) { argument
32 return pCmd->getKind() == ScriptCommand::ENTRY;
H A DOutputArchCmd.h31 static bool classof(const ScriptCommand* pCmd) { argument
32 return pCmd->getKind() == ScriptCommand::OUTPUT_ARCH;
H A DOutputCmd.h32 static bool classof(const ScriptCommand* pCmd) { argument
33 return pCmd->getKind() == ScriptCommand::OUTPUT;
H A DSearchDirCmd.h33 static bool classof(const ScriptCommand* pCmd) { argument
34 return pCmd->getKind() == ScriptCommand::SEARCH_DIR;
H A DAssertCmd.h40 static bool classof(const ScriptCommand* pCmd) { argument
41 return pCmd->getKind() == ScriptCommand::ASSERT;
H A DGroupCmd.h37 static bool classof(const ScriptCommand* pCmd) { argument
38 return pCmd->getKind() == ScriptCommand::GROUP;
H A DInputCmd.h41 static bool classof(const ScriptCommand* pCmd) { argument
42 return pCmd->getKind() == ScriptCommand::INPUT;
H A DOutputFormatCmd.h45 static bool classof(const ScriptCommand* pCmd) { argument
46 return pCmd->getKind() == ScriptCommand::OUTPUT_FORMAT;
H A DAssignment.h54 static bool classof(const ScriptCommand* pCmd) { argument
55 return pCmd->getKind() == ScriptCommand::ASSIGNMENT;
H A DInputSectDesc.h83 static bool classof(const ScriptCommand* pCmd) { argument
84 return pCmd->getKind() == ScriptCommand::INPUT_SECT_DESC;
H A DSectionsCmd.h54 static bool classof(const ScriptCommand* pCmd) { argument
55 return pCmd->getKind() == ScriptCommand::SECTIONS;
H A DOutputSectDesc.h181 static bool classof(const ScriptCommand* pCmd) { argument
182 return pCmd->getKind() == ScriptCommand::OUTPUT_SECT_DESC;

Completed in 1676 milliseconds