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,
94 LDSymbol* SectionSymbolSet::get(const LDSection& pOutSect
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
SectionSymbolSet.h 1 //===- SectionSymbolSet.h -------------------------------------------------===//
26 /** \class SectionSymbolSet
27 * \brief SectionSymbolSet contains the section symbols defined by linker for
30 class SectionSymbolSet
36 SectionSymbolSet();
37 ~SectionSymbolSet();

Completed in 41 milliseconds