Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp1087 SymtabSection::SymtabSection(StringTableSection &stringTableSection) in SymtabSection() function in SymtabSection
1091 void SymtabSection::emitBeginSourceStab(StringRef sourceFile) { in emitBeginSourceStab()
1097 void SymtabSection::emitEndSourceStab() { in emitEndSourceStab()
1103 void SymtabSection::emitObjectFileStab(ObjFile *file) { in emitObjectFileStab()
1124 void SymtabSection::emitEndFunStab(Defined *defined) { in emitEndFunStab()
1130 void SymtabSection::emitStabs() { in emitStabs()
1210 void SymtabSection::finalizeContents() { in finalizeContents()
1288 uint32_t SymtabSection::getNumSymbols() const { in getNumSymbols()
1294 template <class LP> class SymtabSectionImpl final : public SymtabSection {
1297 : SymtabSection(stringTableSection) {} in SymtabSectionImpl()
[all …]
H A DSyntheticSections.h458 class SymtabSection : public LinkEditSection {
476 SymtabSection(StringTableSection &);
487 template <class LP> SymtabSection *makeSymtabSection(StringTableSection &);
H A DWriter.cpp75 SymtabSection *symtabSection = nullptr;
196 LCDysymtab(SymtabSection *symtabSection, in LCDysymtab()
218 SymtabSection *symtabSection;
298 LCSymtab(SymtabSection *symtabSection, StringTableSection *stringTableSection) in LCSymtab()
313 SymtabSection *symtabSection = nullptr;
/openbsd/gnu/llvm/llvm/lib/MC/
H A DELFObjectWriter.cpp640 MCSectionELF *SymtabSection = in computeSymbolTable() local
642 SymtabSection->setAlignment(is64Bit() ? Align(8) : Align(4)); in computeSymbolTable()
643 SymbolTableIndex = addToSectionTable(SymtabSection); in computeSymbolTable()
645 uint64_t SecStart = align(SymtabSection->getAlign()); in computeSymbolTable()
789 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()