Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDInputSection.h454 class PotentialSpillSection : public InputSection {
461 PotentialSpillSection *next = nullptr;
463 PotentialSpillSection(const InputSectionBase &source,
HDLinkerScript.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()
HDLinkerScript.h428 PotentialSpillSection *head;
429 PotentialSpillSection *tail;
HDInputSection.cpp348 PotentialSpillSection::PotentialSpillSection(const InputSectionBase &source, in PotentialSpillSection() function in PotentialSpillSection