Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DWriter.cpp74 StringTableSection *stringTableSection = nullptr; member in __anonf5f323350111::Writer
298 LCSymtab(SymtabSection *symtabSection, StringTableSection *stringTableSection) in LCSymtab()
314 StringTableSection *stringTableSection = nullptr; member in __anonf5f323350111::LCSymtab
H A DSyntheticSections.cpp1101 SymtabSection::SymtabSection(StringTableSection &stringTableSection) in SymtabSection()
1310 SymtabSectionImpl(StringTableSection &stringTableSection) in SymtabSectionImpl()
1387 macho::makeSymtabSection(StringTableSection &stringTableSection) { in makeSymtabSection()
H A DSyntheticSections.h478 StringTableSection &stringTableSection; variable