Home | History | Annotate | Download | only in Core

Lines Matching defs:GeneralOptions

1 //===- GeneralOptions.cpp -------------------------------------------------===//
9 #include <mcld/GeneralOptions.h>
15 // GeneralOptions
17 GeneralOptions::GeneralOptions()
59 GeneralOptions::~GeneralOptions()
63 bool GeneralOptions::hasDefaultLDScript() const
68 const char* GeneralOptions::defaultLDScript() const
73 void GeneralOptions::setDefaultLDScript(const std::string& pFilename)
77 const mcld::sys::fs::Path& GeneralOptions::sysroot() const
82 void GeneralOptions::setSysroot(const mcld::sys::fs::Path &pSysroot)
87 bool GeneralOptions::hasSysroot() const
92 void GeneralOptions::setSOName(const std::string& pName)
101 void GeneralOptions::addZOption(const ZOption& pOption)