Home
last modified time | relevance | path

Searched defs:stringTableSection (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DWriter.cpp71 StringTableSection *stringTableSection = nullptr; member in __anon857cdc730111::Writer
294 LCSymtab(SymtabSection *symtabSection, StringTableSection *stringTableSection) in LCSymtab()
310 StringTableSection *stringTableSection = nullptr; member in __anon857cdc730111::LCSymtab
H A DSyntheticSections.cpp826 SymtabSection::SymtabSection(StringTableSection &stringTableSection) in SymtabSection()
997 SymtabSectionImpl(StringTableSection &stringTableSection) in SymtabSectionImpl()
1075 macho::makeSymtabSection(StringTableSection &stringTableSection) { in makeSymtabSection()
H A DSyntheticSections.h443 StringTableSection &stringTableSection; variable