Searched refs:getCFIFor (Results 1 – 8 of 8) sorted by relevance
40 const MCCFIInstruction *CFIInstr = BF.getCFIFor(Instr); in dumpCFI()
386 const MCCFIInstruction *CFI = BF.getCFIFor(Inst); in classifyCFIs()661 const MCCFIInstruction *CFI = BF.getCFIFor(Inst); in performChanges()1185 const MCCFIInstruction *MCCFI = BF.getCFIFor(*CFI); in scheduleOldSaveRestoresRemoval()1619 const MCCFIInstruction *CFI = BF.getCFIFor(Inst); in rebuildCFIForSP()1712 const MCCFIInstruction *CFI = BF.getCFIFor(Inst); in updateCFIInstOffset()
73 const MCCFIInstruction *CFI = Function.getCFIFor(Inst); in swap()
192 const MCCFIInstruction *CFI = BF.getCFIFor(Inst); in doNext()
692 const MCCFIInstruction *OldCFI = getCFIFor(Instr); in mutateCFIRegisterFor()732 const MCCFIInstruction *OldCFI = getCFIFor(Instr); in mutateCFIOffsetFor()753 return getCFIFor(Instr); in mutateCFIOffsetFor()2347 const MCCFIInstruction *CFI = getCFIFor(Instr); in annotateCFIState()2764 if (const MCCFIInstruction *CFI = getCFIFor(*II)) { in normalizeCFIState()2822 const MCCFIInstruction *CFI = getCFIFor(*II); in finalizeCFIState()3308 const MCCFIInstruction *CFI = getCFIFor(Instr); in propagateGnuArgsSizeInfo()
444 emitCFIInstruction(*BF.getCFIFor(Instr)); in emitFunctionBody()
1845 printCFI(OS, *Function->getCFIFor(Instruction)); in printInstruction()
1678 const MCCFIInstruction *getCFIFor(const MCInst &Instr) const { in getCFIFor() function