Home
last modified time | relevance | path

Searched refs:SectionSymbolSet (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DSectionSymbolSet.cpp27 SectionSymbolSet::SectionSymbolSet() { in SectionSymbolSet() function in mcld::SectionSymbolSet
31 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()
DAndroid.bp48 "SectionSymbolSet.cpp",
/frameworks/compile/mclinker/include/mcld/LD/
DSectionSymbolSet.h26 class SectionSymbolSet {
31 SectionSymbolSet();
32 ~SectionSymbolSet();
/frameworks/compile/mclinker/include/mcld/
DModule.h146 const SectionSymbolSet& getSectionSymbolSet() const { in getSectionSymbolSet()
149 SectionSymbolSet& getSectionSymbolSet() { return m_SectSymbolSet; } in getSectionSymbolSet()
173 SectionSymbolSet m_SectSymbolSet;