Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/MachO/
H A DInputSection.h198 uint32_t align, bool dedupLiterals) in CStringInputSection() argument
200 deduplicateLiterals(dedupLiterals) {} in CStringInputSection()
H A DInputFiles.cpp357 bool dedupLiterals = in parseSections() local
360 make<CStringInputSection>(section, data, align, dedupLiterals); in parseSections()