Home | History | Annotate | Download | only in Support

Lines Matching defs:RegisterMCInstrInfo

562     /// RegisterMCInstrInfo - Register a MCInstrInfo implementation for the
571 static void RegisterMCInstrInfo(Target &T, Target::MCInstrInfoCtorFnTy Fn) {
863 /// RegisterMCInstrInfo - Helper template for registering a target instruction
869 /// RegisterMCInstrInfo<FooMCInstrInfo> X(TheFooTarget);
872 struct RegisterMCInstrInfo {
873 RegisterMCInstrInfo(Target &T) {
874 TargetRegistry::RegisterMCInstrInfo(T, &Allocator);
892 TargetRegistry::RegisterMCInstrInfo(T, Fn);