Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DInputFiles.cpp457 InputChunk *customSec; in parse() local
459 customSec = make<MergeInputChunk>(section, this); in parse()
461 customSec = make<InputSection>(section, this); in parse()
462 customSec->discarded = isExcludedByComdat(customSec); in parse()
463 customSections.emplace_back(customSec); in parse()