Home
last modified time | relevance | path

Searched refs:applyTargetSpecificCLOption (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchInstPrinter.h27 bool applyTargetSpecificCLOption(StringRef Opt) override;
H A DLoongArchInstPrinter.cpp41 bool LoongArchInstPrinter::applyTargetSpecificCLOption(StringRef Opt) { in applyTargetSpecificCLOption() function in LoongArchInstPrinter
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYInstPrinter.h30 bool applyTargetSpecificCLOption(StringRef Opt) override;
H A DCSKYInstPrinter.cpp54 bool CSKYInstPrinter::applyTargetSpecificCLOption(StringRef Opt) { in applyTargetSpecificCLOption() function in CSKYInstPrinter
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVInstPrinter.h27 bool applyTargetSpecificCLOption(StringRef Opt) override;
H A DRISCVInstPrinter.cpp50 bool RISCVInstPrinter::applyTargetSpecificCLOption(StringRef Opt) { in applyTargetSpecificCLOption() function in RISCVInstPrinter
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstPrinter.h123 virtual bool applyTargetSpecificCLOption(StringRef Opt) { return false; } in applyTargetSpecificCLOption() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.h28 bool applyTargetSpecificCLOption(StringRef Opt) override;
H A DAArch64InstPrinter.cpp54 bool AArch64InstPrinter::applyTargetSpecificCLOption(StringRef Opt) { in applyTargetSpecificCLOption() function in AArch64InstPrinter
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.h26 bool applyTargetSpecificCLOption(StringRef Opt) override;
H A DARMInstPrinter.cpp72 bool ARMInstPrinter::applyTargetSpecificCLOption(StringRef Opt) { in applyTargetSpecificCLOption() function in ARMInstPrinter
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp534 if (!IP->applyTargetSpecificCLOption(Opt)) { in main()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2512 if (!PrimaryTarget.InstPrinter->applyTargetSpecificCLOption(Opt)) in disassembleObject()