Searched defs:createMCAsmInfo (Results 1 - 4 of 4) sorted by path

/external/llvm/include/llvm/Support/
H A DTargetRegistry.h286 /// createMCAsmInfo - Create a MCAsmInfo implementation for the specified
293 MCAsmInfo *createMCAsmInfo(const MCRegisterInfo &MRI, function in class:llvm::Target
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.cpp37 static MCAsmInfo *createMCAsmInfo(const MCRegisterInfo & /*MRI*/, function
105 RegisterMCAsmInfoFn X(*T, createMCAsmInfo);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DTargetRegistry.h262 /// createMCAsmInfo - Create a MCAsmInfo implementation for the specified
269 MCAsmInfo *createMCAsmInfo(StringRef Triple) const { function in class:llvm::Target
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeMCTargetDesc.cpp56 static MCAsmInfo *createMCAsmInfo(const Target &T, StringRef TT) { function
108 RegisterMCAsmInfoFn X(TheMBlazeTarget, createMCAsmInfo);

Completed in 274 milliseconds