Searched refs:ContextAction (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/MC/
H A DFileAction.h22 /** \class ContextAction
23 * \brief ContextAction is a command object to create input's LDContext.
25 class ContextAction : public InputAction class in namespace:mcld
28 explicit ContextAction(unsigned int pPosition);
/frameworks/compile/mclinker/lib/MC/
H A DFileAction.cpp18 // ContextAction
20 ContextAction::ContextAction(unsigned int pPosition) function in class:ContextAction
24 bool ContextAction::activate(InputBuilder& pBuilder) const
/frameworks/compile/mclinker/lib/CodeGen/
H A DMCLinker.cpp272 actions.push_back(new ContextAction(pos));
285 actions.push_back(new ContextAction(pos));

Completed in 70 milliseconds