HomeSort by relevance Sort by last modified time
    Searched defs:InputSectDesc (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Script/
InputSectDesc.cpp 1 //===- InputSectDesc.cpp --------------------------------------------------===//
9 #include <mcld/Script/InputSectDesc.h>
19 // InputSectDesc
21 InputSectDesc::InputSectDesc(KeepPolicy pPolicy,
31 InputSectDesc::~InputSectDesc()
35 void InputSectDesc::dump() const
99 void InputSectDesc::activate(Module& pModule)
  /frameworks/compile/mclinker/include/mcld/Script/
InputSectDesc.h 1 //===- InputSectDesc.h ----------------------------------------------------===//
22 /** \class InputSectDesc
26 class InputSectDesc : public ScriptCommand
76 InputSectDesc(KeepPolicy pPolicy,
79 ~InputSectDesc();

Completed in 503 milliseconds