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"
21 // InputSectDesc
23 InputSectDesc::InputSectDesc(KeepPolicy pPolicy,
32 InputSectDesc::~InputSectDesc() {
35 void InputSectDesc::dump() const {
102 void InputSectDesc::activate(Module& pModule) {
  /frameworks/compile/mclinker/include/mcld/Script/
InputSectDesc.h 1 //===- InputSectDesc.h ----------------------------------------------------===//
22 /** \class InputSectDesc
26 class InputSectDesc : public ScriptCommand {
72 InputSectDesc(KeepPolicy pPolicy,
75 ~InputSectDesc();

Completed in 64 milliseconds