Home
last modified time | relevance | path

Searched refs:getSubtargetCopy (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/MC/MCParser/
DMCTargetAsmParser.cpp25 MCSubtargetInfo &STICopy = getContext().getSubtargetCopy(getSTI()); in copySTI()
/external/llvm/include/llvm/MC/
DMCContext.h389 MCSubtargetInfo &getSubtargetCopy(const MCSubtargetInfo &STI);
/external/llvm/lib/MC/
DMCContext.cpp442 MCSubtargetInfo &MCContext::getSubtargetCopy(const MCSubtargetInfo &STI) { in getSubtargetCopy() function in MCContext
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp239 OutContext.getSubtargetCopy(*STI), TM.Options.MCOptions); in doInitialization()