Home
last modified time | relevance | path

Searched refs:ArmCmseSGSection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1329 ArmCmseSGSection::ArmCmseSGSection(Ctx &ctx) in ArmCmseSGSection() function in ArmCmseSGSection
1362 void ArmCmseSGSection::addSGVeneer(Symbol *acleSeSym, Symbol *sym) { in addSGVeneer()
1384 void ArmCmseSGSection::writeTo(uint8_t *buf) { in writeTo()
1397 void ArmCmseSGSection::addMappingSymbol() { in addMappingSymbol()
1401 size_t ArmCmseSGSection::getSize() const { in getSize()
1408 void ArmCmseSGSection::finalizeContents() { in finalizeContents()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1337 class ArmCmseSGSection final : public SyntheticSection {
1339 ArmCmseSGSection(Ctx &ctx);
H A DSyntheticSections.cpp4935 ctx.in.armCmseSGSection = std::make_unique<ArmCmseSGSection>(ctx); in createSyntheticSections()