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>
19 // InputSectDesc
21 InputSectDesc::InputSectDesc(KeepPolicy pPolicy, function in class:InputSectDesc
31 InputSectDesc::~InputSectDesc()
35 void InputSectDesc::dump() const
99 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
76 InputSectDesc(KeepPolicy pPolicy,
79 ~InputSectDesc();

Completed in 87 milliseconds