Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMCTargetAsmParser.cpp22 MCSubtargetInfo &STICopy = getContext().getSubtargetCopy(getSTI()); in copySTI()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp50 OutStreamer->getContext().getSubtargetCopy(*TM.getMCSubtargetInfo()); in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h682 MCSubtargetInfo &getSubtargetCopy(const MCSubtargetInfo &STI);
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp881 MCSubtargetInfo &MCContext::getSubtargetCopy(const MCSubtargetInfo &STI) { in getSubtargetCopy() function in MCContext