Home
last modified time | relevance | path

Searched refs:STO_RISCV_VARIANT_CC (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp192 cast<MCSymbolELF>(Symbol).setOther(ELF::STO_RISCV_VARIANT_CC); in emitDirectiveVariantCC()
/openbsd/gnu/llvm/lld/docs/
H A DReleaseNotes.rst41 relocation references a symbol with the ``STO_RISCV_VARIANT_CC`` bit.
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h688 STO_RISCV_VARIANT_CC = 0x80 enumerator
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1255 Map["STO_RISCV_VARIANT_CC"] = ELF::STO_RISCV_VARIANT_CC; in getFlags()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1690 LLVM_READOBJ_ENUM_ENT(ELF, STO_RISCV_VARIANT_CC)};
3879 if (Other & STO_RISCV_VARIANT_CC) { in printSymbol()
3880 Other &= ~STO_RISCV_VARIANT_CC; in printSymbol()
/openbsd/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp1428 (r.sym->stOther & STO_RISCV_VARIANT_CC); in computeContents()