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

/frameworks/compile/mclinker/lib/LD/
H A DSectionSymbolSet.cpp1 //===- SectionSymbolSet.cpp -----------------------------------------------===//
9 #include <mcld/LD/SectionSymbolSet.h>
24 // SectionSymbolSet
27 SectionSymbolSet::SectionSymbolSet() function in class:SectionSymbolSet
32 SectionSymbolSet::~SectionSymbolSet()
37 bool SectionSymbolSet::add(LDSection& pOutSect, NamePool& pNamePool)
64 bool SectionSymbolSet::finalize(LDSection& pOutSect,
99 LDSymbol* SectionSymbolSet
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DSectionSymbolSet.h1 //===- SectionSymbolSet.h -------------------------------------------------===//
23 /** \class SectionSymbolSet
24 * \brief SectionSymbolSet contains the section symbols defined by linker for
27 class SectionSymbolSet class in namespace:mcld
33 SectionSymbolSet();
34 ~SectionSymbolSet();

Completed in 2331 milliseconds