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.h461 struct PotentialSpillList { struct
466 llvm::DenseMap<InputSectionBase *, PotentialSpillList> potentialSpillLists; argument
H A DLinkerScript.cpp667 potentialSpillLists.try_emplace(sec, PotentialSpillList{pss, pss}); in computeInputSections()
1620 PotentialSpillList &list = it->second; in spillSections()