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

/frameworks/compile/mclinker/lib/Script/
H A DInputSectDesc.cpp1 //===- InputSectDesc.cpp --------------------------------------------------===//
9 #include "mcld/Script/InputSectDesc.h"
21 // InputSectDesc
23 InputSectDesc::InputSectDesc(KeepPolicy pPolicy, function in class:mcld::InputSectDesc
32 InputSectDesc::~InputSectDesc() {
35 void InputSectDesc::dump() const {
102 void InputSectDesc::activate(Module& pModule) {
/frameworks/compile/mclinker/include/mcld/Script/
H A DInputSectDesc.h1 //===- InputSectDesc.h ----------------------------------------------------===//
22 /** \class InputSectDesc
26 class InputSectDesc : public ScriptCommand { class in namespace:mcld
72 InputSectDesc(KeepPolicy pPolicy,
75 ~InputSectDesc();

Completed in 131 milliseconds