Home
last modified time | relevance | path

Searched refs:EF_RISCV_RVC (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp159 EFlags |= ELF::EF_RISCV_RVC; in finish()
/openbsd/gnu/llvm/lld/ELF/Arch/
H A DRISCV.cpp143 if (eflags & EF_RISCV_RVC) in calcEFlags()
144 target |= EF_RISCV_RVC; in calcEFlags()
562 const bool rvc = config->eflags & EF_RISCV_RVC; in relaxCall()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DELFObjectFile.cpp294 if (PlatformFlags & ELF::EF_RISCV_RVC) { in getRISCVFeatures()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h670 EF_RISCV_RVC = 0x0001, enumerator
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp536 BCase(EF_RISCV_RVC); in bitset()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1409 if (header.e_flags & llvm::ELF::EF_RISCV_RVC) in GetSectionHeaderInfo()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1622 ENUM_ENT(EF_RISCV_RVC, "RVC"),