Lines Matching refs:StringRef
72 StringRef TT);
73 typedef MCCodeGenInfo *(*MCCodeGenInfoCtorFnTy)(StringRef TT, Reloc::Model M);
75 typedef MCRegisterInfo *(*MCRegInfoCtorFnTy)(StringRef TT);
76 typedef MCSubtargetInfo *(*MCSubtargetInfoCtorFnTy)(StringRef TT,
77 StringRef CPU,
78 StringRef Features);
80 StringRef TT,
81 StringRef CPU,
82 StringRef Features,
258 MCAsmInfo *createMCAsmInfo(StringRef Triple) const {
266 MCCodeGenInfo *createMCCodeGenInfo(StringRef Triple, Reloc::Model M) const {
282 MCRegisterInfo *createMCRegInfo(StringRef Triple) const {
297 MCSubtargetInfo *createMCSubtargetInfo(StringRef Triple, StringRef CPU,
298 StringRef Features) const {
311 TargetMachine *createTargetMachine(StringRef Triple, StringRef CPU,
312 StringRef Features,
771 static MCAsmInfo *Allocator(const Target &T, StringRef TT) {
805 static MCCodeGenInfo *Allocator(StringRef TT, Reloc::Model M) {
871 static MCRegisterInfo *Allocator(StringRef TT) {
904 static MCSubtargetInfo *Allocator(StringRef TT, StringRef CPU,
905 StringRef FS) {
939 static TargetMachine *Allocator(const Target &T, StringRef TT,
940 StringRef CPU, StringRef FS,