Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp4452 ? in.partEnd.get() in writeTo()
4477 partEnd.reset(); in reset()
4817 in.partEnd = in createSyntheticSections()
4819 in.partEnd->partition = 255; in createSyntheticSections()
4820 add(*in.partEnd); in createSyntheticSections()
H A DSyntheticSections.h1501 std::unique_ptr<SyntheticSection> partEnd; member