Searched defs:createMCInstrInfo (Results 1 - 3 of 3) sorted by last modified time

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DTargetRegistry.h284 /// createMCInstrInfo - Create a MCInstrInfo implementation.
286 MCInstrInfo *createMCInstrInfo() const { function in class:llvm::Target
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.cpp51 static MCInstrInfo *createMCInstrInfo() { function
108 TargetRegistry::RegisterMCInstrInfo(*T, createMCInstrInfo);
/external/llvm/include/llvm/Support/
H A DTargetRegistry.h306 /// createMCInstrInfo - Create a MCInstrInfo implementation.
308 MCInstrInfo *createMCInstrInfo() const { function in class:llvm::Target

Completed in 834 milliseconds