Lines Matching defs:Triple
19 #include "llvm/TargetParser/Triple.h"
40 LoongArchTargetInfo(const llvm::Triple &Triple, const TargetOptions &)
41 : TargetInfo(Triple) {
118 LoongArch32TargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts)
119 : LoongArchTargetInfo(Triple, Opts) {
143 LoongArch64TargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts)
144 : LoongArchTargetInfo(Triple, Opts) {