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

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

Completed in 1156 milliseconds