Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DWriter.cpp530 in.armCmseSGSection = std::make_unique<ArmCmseSGSection>(); in createSyntheticSections()
531 add(*in.armCmseSGSection); in createSyntheticSections()
2254 finalizeSynthetic(in.armCmseSGSection.get()); in finalizeSections()
H A DSyntheticSections.h1347 std::unique_ptr<SyntheticSection> armCmseSGSection; member
H A DLinkerScript.cpp915 if (!config->cmseImplib || !in.armCmseSGSection->isNeeded()) in diagnoseMissingSGSectionAddress()
H A DSyntheticSections.cpp3850 armCmseSGSection.reset(); in reset()