Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DWriter.cpp74 StringTableSection *stringTableSection = nullptr; member in __anonb67f1e760111::Writer
298 LCSymtab(SymtabSection *symtabSection, StringTableSection *stringTableSection) in LCSymtab()
314 StringTableSection *stringTableSection = nullptr; member in __anonb67f1e760111::LCSymtab
H A DSyntheticSections.cpp1087 SymtabSection::SymtabSection(StringTableSection &stringTableSection) in SymtabSection()
1296 SymtabSectionImpl(StringTableSection &stringTableSection) in SymtabSectionImpl()
1374 macho::makeSymtabSection(StringTableSection &stringTableSection) { in makeSymtabSection()
H A DSyntheticSections.h478 StringTableSection &stringTableSection; variable