Searched refs:customSec (Results 1 – 1 of 1) sorted by relevance
455 InputChunk *customSec; in parse() local457 customSec = make<MergeInputChunk>(section, this); in parse()459 customSec = make<InputSection>(section, this); in parse()460 customSec->discarded = isExcludedByComdat(customSec); in parse()461 customSections.emplace_back(customSec); in parse()