Lines Matching defs:SymtabSection
1164 SymtabSection::SymtabSection(StringTableSection &stringTableSection)
1168 void SymtabSection::emitBeginSourceStab(StringRef sourceFile) {
1174 void SymtabSection::emitEndSourceStab() {
1180 void SymtabSection::emitObjectFileStab(ObjFile *file) {
1201 void SymtabSection::emitEndFunStab(Defined *defined) {
1207 void SymtabSection::emitStabs() {
1292 void SymtabSection::finalizeContents() {
1370 uint32_t SymtabSection::getNumSymbols() const {
1375 // This serves to hide (type-erase) the template parameter from SymtabSection.
1376 template <class LP> class SymtabSectionImpl final : public SymtabSection {
1379 : SymtabSection(stringTableSection) {}
1454 SymtabSection *
2514 template SymtabSection *macho::makeSymtabSection<LP64>(StringTableSection &);
2515 template SymtabSection *macho::makeSymtabSection<ILP32>(StringTableSection &);