Home
last modified time | relevance | path

Searched defs:getMCSubtargetInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DContext.h62 const MCSubtargetInfo &getMCSubtargetInfo() const { return STI; } in getMCSubtargetInfo() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h216 const MCSubtargetInfo *getMCSubtargetInfo() const { return STI.get(); } in getMCSubtargetInfo() function