Home
last modified time | relevance | path

Searched refs:getFrameInstructions (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h273 const std::vector<MCCFIInstruction> &getFrameInstructions() const { in getFrameInstructions() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCFIInstrInserter.cpp164 MBBInfo.MBB->getParent()->getFrameInstructions(); in calculateOutgoingCFAInfo()
DMachineOperand.cpp898 printCFI(OS, MF->getFrameInstructions()[getCFIIndex()], TRI); in print()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFunction.h751 const std::vector<MCCFIInstruction> &getFrameInstructions() const {
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp865 print(MMI.getFrameInstructions()[Op.getCFIIndex()], TRI); in print()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DMIRLangRef.rst719 ``MachineFunction::getFrameInstructions()``, which references all the frame
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp823 const std::vector<MCCFIInstruction> &Instrs = MMI.getFrameInstructions(); in emitCFIInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp973 const std::vector<MCCFIInstruction> &Instrs = MF->getFrameInstructions(); in emitCFIInstruction()