Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DHexagon.cpp491 ctx.in.hexagonAttributes = std::make_unique<HexagonAttributesSection>(ctx); in mergeAttributesSection()
493 static_cast<HexagonAttributesSection &>(*ctx.in.hexagonAttributes); in mergeAttributesSection()
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h571 std::unique_ptr<SyntheticSection> hexagonAttributes; member