Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp1210 ctx.in.riscvAttributes = std::make_unique<RISCVAttributesSection>(ctx); in mergeAttributesSection()
1211 auto &merged = static_cast<RISCVAttributesSection &>(*ctx.in.riscvAttributes); in mergeAttributesSection()
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h572 std::unique_ptr<SyntheticSection> riscvAttributes; member