Searched refs:SymtabSection (Results 1 – 4 of 4) sorted by relevance
1164 SymtabSection::SymtabSection(StringTableSection &stringTableSection) in SymtabSection() function in SymtabSection1168 void SymtabSection::emitBeginSourceStab(StringRef sourceFile) { in emitBeginSourceStab()1174 void SymtabSection::emitEndSourceStab() { in emitEndSourceStab()1180 void SymtabSection::emitObjectFileStab(ObjFile *file) { in emitObjectFileStab()1201 void SymtabSection::emitEndFunStab(Defined *defined) { in emitEndFunStab()1207 void SymtabSection::emitStabs() { in emitStabs()1292 void SymtabSection::finalizeContents() { in finalizeContents()1370 uint32_t SymtabSection::getNumSymbols() const { in getNumSymbols()1376 template <class LP> class SymtabSectionImpl final : public SymtabSection {1379 : SymtabSection(stringTableSection) {} in SymtabSectionImpl()[all …]
473 class SymtabSection : public LinkEditSection {491 SymtabSection(StringTableSection &);502 template <class LP> SymtabSection *makeSymtabSection(StringTableSection &);
74 SymtabSection *symtabSection = nullptr;195 LCDysymtab(SymtabSection *symtabSection, in LCDysymtab()217 SymtabSection *symtabSection;297 LCSymtab(SymtabSection *symtabSection, StringTableSection *stringTableSection) in LCSymtab()312 SymtabSection *symtabSection = nullptr;
498 MCSectionELF *SymtabSection = in computeSymbolTable() local500 SymtabSection->setAlignment(is64Bit() ? Align(8) : Align(4)); in computeSymbolTable()501 SymbolTableIndex = addToSectionTable(SymtabSection); in computeSymbolTable()503 uint64_t SecStart = align(SymtabSection->getAlign()); in computeSymbolTable()653 SymtabSection->setOffsets(SecStart, SecEnd); in computeSymbolTable()