Searched refs:SectionSymbolSet (Results 1 - 4 of 4) 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...]
H A DAndroid.mk45 SectionSymbolSet.cpp \
/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();
/frameworks/compile/mclinker/include/mcld/
H A DModule.h18 #include "mcld/LD/SectionSymbolSet.h"
146 const SectionSymbolSet& getSectionSymbolSet() const {
149 SectionSymbolSet& getSectionSymbolSet() { return m_SectSymbolSet; }
173 SectionSymbolSet m_SectSymbolSet;

Completed in 222 milliseconds