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:mcld::SectionSymbolSet
31 SectionSymbolSet::~SectionSymbolSet() {
35 bool SectionSymbolSet::add(LDSection& pOutSect, NamePool& pNamePool) {
61 bool SectionSymbolSet::finalize(LDSection& pOutSect,
96 LDSymbol* SectionSymbolSet
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DSectionSymbolSet.h1 //===- SectionSymbolSet.h -------------------------------------------------===//
22 /** \class SectionSymbolSet
23 * \brief SectionSymbolSet contains the section symbols defined by linker for
26 class SectionSymbolSet { class in namespace:mcld
31 SectionSymbolSet();
32 ~SectionSymbolSet();

Completed in 650 milliseconds