Searched refs:SectionSymbolSet (Results 1 – 4 of 4) sorted by relevance
27 SectionSymbolSet::SectionSymbolSet() { in SectionSymbolSet() function in mcld::SectionSymbolSet31 SectionSymbolSet::~SectionSymbolSet() { in ~SectionSymbolSet()35 bool SectionSymbolSet::add(LDSection& pOutSect, NamePool& pNamePool) { in add()61 bool SectionSymbolSet::finalize(LDSection& pOutSect, in finalize()96 LDSymbol* SectionSymbolSet::get(const LDSection& pOutSect) { in get()101 const LDSymbol* SectionSymbolSet::get(const LDSection& pOutSect) const { in get()
48 "SectionSymbolSet.cpp",
26 class SectionSymbolSet {31 SectionSymbolSet();32 ~SectionSymbolSet();
146 const SectionSymbolSet& getSectionSymbolSet() const { in getSectionSymbolSet()149 SectionSymbolSet& getSectionSymbolSet() { return m_SectSymbolSet; } in getSectionSymbolSet()173 SectionSymbolSet m_SectSymbolSet;