Lines Matching defs:SymtabSection
1165 SymtabSection::SymtabSection(StringTableSection &stringTableSection)
1169 void SymtabSection::emitBeginSourceStab(StringRef sourceFile) {
1175 void SymtabSection::emitEndSourceStab() {
1181 void SymtabSection::emitObjectFileStab(ObjFile *file) {
1202 void SymtabSection::emitEndFunStab(Defined *defined) {
1212 Defined *SymtabSection::getFuncBodySym(Defined *originalSym) {
1220 void SymtabSection::emitStabs() {
1307 void SymtabSection::finalizeContents() {
1385 uint32_t SymtabSection::getNumSymbols() const {
1390 // This serves to hide (type-erase) the template parameter from SymtabSection.
1391 template <class LP> class SymtabSectionImpl final : public SymtabSection {
1394 : SymtabSection(stringTableSection) {}
1469 SymtabSection *
2537 template SymtabSection *macho::makeSymtabSection<LP64>(StringTableSection &);
2538 template SymtabSection *macho::makeSymtabSection<ILP32>(StringTableSection &);