Lines Matching refs:SectionSymbolSet
1 //===- SectionSymbolSet.cpp -----------------------------------------------===//
9 #include "mcld/LD/SectionSymbolSet.h"
24 // SectionSymbolSet
27 SectionSymbolSet::SectionSymbolSet() {
31 SectionSymbolSet::~SectionSymbolSet() {
35 bool SectionSymbolSet::add(LDSection& pOutSect, NamePool& pNamePool) {
61 bool SectionSymbolSet::finalize(LDSection& pOutSect,
96 LDSymbol* SectionSymbolSet::get(const LDSection& pOutSect) {
101 const LDSymbol* SectionSymbolSet::get(const LDSection& pOutSect) const {