Home
last modified time | relevance | path

Searched refs:SymtabSection (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.cpp909 SymtabSection::SymtabSection(StringTableSection &stringTableSection) in SymtabSection() function in SymtabSection
913 void SymtabSection::emitBeginSourceStab(StringRef sourceFile) { in emitBeginSourceStab()
919 void SymtabSection::emitEndSourceStab() { in emitEndSourceStab()
925 void SymtabSection::emitObjectFileStab(ObjFile *file) { in emitObjectFileStab()
946 void SymtabSection::emitEndFunStab(Defined *defined) { in emitEndFunStab()
952 void SymtabSection::emitStabs() { in emitStabs()
1033 void SymtabSection::finalizeContents() { in finalizeContents()
1111 uint32_t SymtabSection::getNumSymbols() const { in getNumSymbols()
1117 template <class LP> class SymtabSectionImpl final : public SymtabSection {
1120 : SymtabSection(stringTableSection) {} in SymtabSectionImpl()
[all …]
H A DSyntheticSections.h426 class SymtabSection : public LinkEditSection {
444 SymtabSection(StringTableSection &);
455 template <class LP> SymtabSection *makeSymtabSection(StringTableSection &);
H A DWriter.cpp75 SymtabSection *symtabSection = nullptr;
196 LCDysymtab(SymtabSection *symtabSection, in LCDysymtab()
218 SymtabSection *symtabSection;
297 LCSymtab(SymtabSection *symtabSection, StringTableSection *stringTableSection) in LCSymtab()
312 SymtabSection *symtabSection = nullptr;
/llvm-project-15.0.7/llvm/lib/MC/
H A DELFObjectWriter.cpp620 MCSectionELF *SymtabSection = in computeSymbolTable() local
622 SymtabSection->setAlignment(is64Bit() ? Align(8) : Align(4)); in computeSymbolTable()
623 SymbolTableIndex = addToSectionTable(SymtabSection); in computeSymbolTable()
625 uint64_t SecStart = align(SymtabSection->getAlignment()); in computeSymbolTable()
769 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()