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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DTargetRegistry.h647 /// RegisterMCAsmLexer - Register a MCTargetAsmLexer implementation for the
656 static void RegisterMCAsmLexer(Target &T, Target::MCAsmLexerCtorTy Fn) { function in struct:llvm::TargetRegistry
1038 /// RegisterMCAsmLexer - Helper template for registering a target specific
1044 /// RegisterMCAsmLexer<FooMCAsmLexer> X(TheFooTarget);
1047 struct RegisterMCAsmLexer { struct in namespace:llvm
1048 RegisterMCAsmLexer(Target &T) { function in struct:llvm::RegisterMCAsmLexer
1049 TargetRegistry::RegisterMCAsmLexer(T, &Allocator);

Completed in 143 milliseconds