Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.h454 class PotentialSpillSection : public InputSection {
461 PotentialSpillSection *next = nullptr;
463 PotentialSpillSection(const InputSectionBase &source,
H A DLinkerScript.cpp599 PotentialSpillSection *pss = make<PotentialSpillSection>( in computeInputSections()
604 PotentialSpillSection *&tail = it->second.tail; in computeInputSections()
1129 if (isa<PotentialSpillSection>(isec)) in assignOffsets()
1466 if (isa<PotentialSpillSection>(isec)) in spillSections()
1474 PotentialSpillSection *spill = list.head; in spillSections()
1525 for (PotentialSpillSection *s = list.head; s; s = s->next) in erasePotentialSpillSections()
1530 return isa<PotentialSpillSection>(s); in erasePotentialSpillSections()
H A DLinkerScript.h428 PotentialSpillSection *head;
429 PotentialSpillSection *tail;
H A DInputSection.cpp348 PotentialSpillSection::PotentialSpillSection(const InputSectionBase &source, in PotentialSpillSection() function in PotentialSpillSection