Home
last modified time | relevance | path

Searched defs:getMCInstrInfo (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetMachine.h158 const MCInstrInfo *getMCInstrInfo() const { return MII; } in getMCInstrInfo() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetMachine.h166 const MCInstrInfo *getMCInstrInfo() const { return MII; } in getMCInstrInfo() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.cpp252 const MCInstrInfo *FileAnalysis::getMCInstrInfo() const { return MII.get(); } in getMCInstrInfo() function in llvm::cfi_verify::FileAnalysis