HomeSort by relevance Sort by last modified time
    Searched defs:SectionSymbolSet (Results 1 - 2 of 2) sorted by null

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

Completed in 48 milliseconds