Searched refs:customSec (Results 1 – 1 of 1) sorted by relevance
457 InputChunk *customSec; in parse() local459 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()