Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp73 StringTableSection *stringTableSection = nullptr; member in __anoneb56ad3f0111::Writer
297 LCSymtab(SymtabSection *symtabSection, StringTableSection *stringTableSection) in LCSymtab()
313 StringTableSection *stringTableSection = nullptr; member in __anoneb56ad3f0111::LCSymtab
H A DSyntheticSections.cpp1164 SymtabSection::SymtabSection(StringTableSection &stringTableSection) in SymtabSection()
1378 SymtabSectionImpl(StringTableSection &stringTableSection) in SymtabSectionImpl()
1455 macho::makeSymtabSection(StringTableSection &stringTableSection) { in makeSymtabSection()
H A DSyntheticSections.h493 StringTableSection &stringTableSection; variable