Home
last modified time | relevance | path

Searched refs:dedupLiterals (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.h201 uint32_t align, bool dedupLiterals) in CStringInputSection() argument
203 deduplicateLiterals(dedupLiterals) {} in CStringInputSection()
H A DInputFiles.cpp379 bool dedupLiterals = in parseSections() local
382 make<CStringInputSection>(section, data, align, dedupLiterals); in parseSections()