Home
last modified time | relevance | path

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

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