Searched refs:getSubtargetCopy (Results 1 – 4 of 4) sorted by relevance
22 MCSubtargetInfo &STICopy = getContext().getSubtargetCopy(getSTI()); in copySTI()
50 OutStreamer->getContext().getSubtargetCopy(*TM.getMCSubtargetInfo()); in runOnMachineFunction()
682 MCSubtargetInfo &getSubtargetCopy(const MCSubtargetInfo &STI);
881 MCSubtargetInfo &MCContext::getSubtargetCopy(const MCSubtargetInfo &STI) { in getSubtargetCopy() function in MCContext