Searched defs:RegisterMCAsmInfo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DTargetRegistry.h636 /// RegisterMCAsmInfo - Register a MCAsmInfo implementation for the
645 static void RegisterMCAsmInfo(Target &T, Target::MCAsmInfoCtorFnTy Fn) { function in struct:llvm::TargetRegistry
883 /// RegisterMCAsmInfo - Helper template for registering a target assembly info
889 /// RegisterMCAsmInfo<FooMCAsmInfo> X(TheFooTarget);
891 template <class MCAsmInfoImpl> struct RegisterMCAsmInfo { struct in namespace:llvm
892 RegisterMCAsmInfo(Target &T) { function in struct:llvm::RegisterMCAsmInfo
893 TargetRegistry::RegisterMCAsmInfo(T, &Allocator);
913 TargetRegistry::RegisterMCAsmInfo(T, Fn);

Completed in 84 milliseconds