Home
last modified time | relevance | path

Searched defs:isCheriAbi (Results 1 – 3 of 3) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/ELF/Arch/
H A DMips.cpp88 bool isCheriAbi = (config->eflags & EF_MIPS_ABI) == EF_MIPS_ABI_CHERIABI; in calcIsCheriAbi() local
H A DRISCV.cpp156 bool isCheriAbi = config->eflags & EF_RISCV_CHERIABI; in calcIsCheriAbi() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/ELF/
H A DConfig.h357 bool isCheriAbi = false; member