Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h426 struct PotentialSpillList { struct
431 llvm::DenseMap<InputSectionBase *, PotentialSpillList> potentialSpillLists; argument
H A DLinkerScript.cpp602 potentialSpillLists.try_emplace(sec, PotentialSpillList{pss, pss}); in computeInputSections()
1473 PotentialSpillList &list = it->second; in spillSections()