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.cpp1252 ArmCmseSGSection::ArmCmseSGSection() in ArmCmseSGSection() function in ArmCmseSGSection
1284 void ArmCmseSGSection::addSGVeneer(Symbol *acleSeSym, Symbol *sym) { in addSGVeneer()
1305 void ArmCmseSGSection::writeTo(uint8_t *buf) { in writeTo()
1318 void ArmCmseSGSection::addMappingSymbol() { in addMappingSymbol()
1322 size_t ArmCmseSGSection::getSize() const { in getSize()
1329 void ArmCmseSGSection::finalizeContents() { in finalizeContents()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1165 class ArmCmseSGSection final : public SyntheticSection {
1167 ArmCmseSGSection();
H A DWriter.cpp530 in.armCmseSGSection = std::make_unique<ArmCmseSGSection>(); in createSyntheticSections()