Searched defs:ContextAction (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/MC/
H A DFileAction.h18 /** \class ContextAction
19 * \brief ContextAction is a command object to create input's LDContext.
21 class ContextAction : public InputAction class in namespace:mcld
24 explicit ContextAction(unsigned int pPosition);
/frameworks/compile/mclinker/lib/MC/
H A DFileAction.cpp16 // ContextAction
18 ContextAction::ContextAction(unsigned int pPosition) function in class:ContextAction
22 bool ContextAction::activate(InputBuilder& pBuilder) const

Completed in 777 milliseconds