HomeSort by relevance Sort by last modified time
    Searched refs:InputAction (Results 1 - 20 of 20) sorted by null

  /frameworks/compile/mclinker/lib/MC/
InputAction.cpp 1 //===- InputAction.cpp ----------------------------------------------------===//
9 #include "mcld/MC/InputAction.h"
16 InputAction::InputAction(unsigned int pPosition) : m_Position(pPosition) {
19 InputAction::~InputAction() {
CommandAction.cpp 27 : InputAction(pPosition), m_Path(pPath) {
32 : InputAction(pPosition), m_Path(pPath) {
46 : InputAction(pPosition), m_Namespec(pNamespec), m_SearchDirs(pSearchDirs) {
82 : InputAction(pPosition), m_Path(pPath) {
95 : InputAction(pPosition) {
111 : InputAction(pPosition) {
123 : InputAction(pPosition) {
135 : InputAction(pPosition) {
147 : InputAction(pPosition) {
159 : InputAction(pPosition)
    [all...]
FileAction.cpp 19 ContextAction::ContextAction(unsigned int pPosition) : InputAction(pPosition) {
42 : InputAction(pPosition), m_Mode(pMode), m_Permission(pPerm) {
  /frameworks/compile/mclinker/include/mcld/MC/
InputAction.h 1 //===- InputAction.h ------------------------------------------------------===//
18 // Base InputAction
20 /** \class InputAction
21 * \brief InputAction is a command object to construct mcld::InputTree.
23 class InputAction {
25 explicit InputAction(unsigned int pPosition);
28 virtual ~InputAction();
34 bool operator<(const InputAction& pOther) const {
39 InputAction(); // DO_NOT_IMPLEMENT
40 InputAction(const InputAction&); // DO_NOT_IMPLEMEN
    [all...]
CommandAction.h 12 #include "mcld/MC/InputAction.h"
25 // Derived InputAction
28 class InputFileAction : public InputAction {
43 class NamespecAction : public InputAction {
59 class BitcodeAction : public InputAction {
72 class StartGroupAction : public InputAction {
80 class EndGroupAction : public InputAction {
88 class WholeArchiveAction : public InputAction {
96 class NoWholeArchiveAction : public InputAction {
104 class AsNeededAction : public InputAction {
    [all...]
FileAction.h 11 #include "mcld/MC/InputAction.h"
21 class ContextAction : public InputAction {
31 class MemoryAreaAction : public InputAction {
  /external/clang/lib/Driver/
Action.cpp 43 void InputAction::anchor() {}
45 InputAction::InputAction(const Arg &_Input, types::ID _Type)
Driver.cpp     [all...]
  /frameworks/compile/mclinker/unittests/
InputTreeTest.cpp 55 std::vector<InputAction*> actions;
62 std::vector<InputAction*>::iterator action;
  /external/clang/include/clang/Driver/
Action.h 129 class InputAction : public Action {
134 InputAction(const llvm::opt::Arg &Input, types::ID Type);
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 132 const driver::InputAction *IA = cast<driver::InputAction>(A);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Action.h 198 class InputAction : public Action {
203 InputAction(const llvm::opt::Arg &Input, types::ID Type);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Action.h 198 class InputAction : public Action {
203 InputAction(const llvm::opt::Arg &Input, types::ID Type);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Action.h 198 class InputAction : public Action {
203 InputAction(const llvm::opt::Arg &Input, types::ID Type);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Action.h 198 class InputAction : public Action {
203 InputAction(const llvm::opt::Arg &Input, types::ID Type);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Action.h 198 class InputAction : public Action {
203 InputAction(const llvm::opt::Arg &Input, types::ID Type);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Action.h 198 class InputAction : public Action {
203 InputAction(const llvm::opt::Arg &Input, types::ID Type);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Action.h 198 class InputAction : public Action {
203 InputAction(const llvm::opt::Arg &Input, types::ID Type);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Action.h 198 class InputAction : public Action {
203 InputAction(const llvm::opt::Arg &Input, types::ID Type);
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 16 #include <mcld/MC/InputAction.h>
244 std::vector<std::unique_ptr<mcld::InputAction>>& input_actions) {
822 typedef std::unique_ptr<mcld::InputAction> Action;
    [all...]

Completed in 1024 milliseconds