Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchTargetStreamer.cpp20 void LoongArchTargetStreamer::setTargetABI(LoongArchABI::ABI ABI) { in setTargetABI() function in LoongArchTargetStreamer
H A DLoongArchTargetStreamer.h22 void setTargetABI(LoongArchABI::ABI ABI);
H A DLoongArchELFStreamer.cpp29 setTargetABI(LoongArchABI::computeTargetABI( in LoongArchTargetELFStreamer()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.h61 void setTargetABI(RISCVABI::ABI ABI);
H A DRISCVTargetStreamer.cpp54 void RISCVTargetStreamer::setTargetABI(RISCVABI::ABI ABI) { in setTargetABI() function in RISCVTargetStreamer
H A DRISCVELFStreamer.cpp38 setTargetABI(RISCVABI::computeTargetABI(STI.getTargetTriple(), Features, in RISCVTargetELFStreamer()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp447 RTS.setTargetABI(RISCVABI::getTargetABI(ModuleTargetABI->getString())); in emitStartOfAsmFile()