Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DAsmDump.cpp40 const MCCFIInstruction *CFIInstr = BF.getCFIFor(Instr); in dumpCFI()
H A DShrinkWrapping.cpp386 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()
H A DRegReAssign.cpp73 const MCCFIInstruction *CFI = Function.getCFIFor(Inst); in swap()
H A DFrameAnalysis.cpp192 const MCCFIInstruction *CFI = BF.getCFIFor(Inst); in doNext()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp692 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()
H A DBinaryEmitter.cpp444 emitCFIInstruction(*BF.getCFIFor(Instr)); in emitFunctionBody()
H A DBinaryContext.cpp1845 printCFI(OS, *Function->getCFIFor(Instruction)); in printInstruction()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1678 const MCCFIInstruction *getCFIFor(const MCInst &Instr) const { in getCFIFor() function