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

  /frameworks/compile/mclinker/lib/CodeGen/
SectLinkerOption.cpp 1 //===- SectLinkerOption.cpp -------------------------------------------------===//
9 #include "mcld/CodeGen/SectLinkerOption.h"
16 // SectLinkerOption
17 SectLinkerOption::SectLinkerOption(MCLDInfo &pLDInfo)
20 SectLinkerOption::~SectLinkerOption() {
  /frameworks/compile/mclinker/include/mcld/CodeGen/
SectLinkerOption.h 1 //===- SectLinkerOption.h ---------------------------------------------------===//
24 /** \class SectLinkerOption
27 class SectLinkerOption
31 SectLinkerOption(MCLDInfo &pLDInfo);
48 ~SectLinkerOption();

Completed in 269 milliseconds