Home
last modified time | relevance | path

Searched refs:needsCFIForDebug (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp116 shouldEmitCFI = Asm->needsCFIForDebug() && shouldEmitMoves; in beginFunction()
H A DAsmPrinter.cpp554 if (!needsCFIForDebug()) in doInitialization()
1263 bool AsmPrinter::needsCFIForDebug() const { in needsCFIForDebug() function in AsmPrinter
1270 if (!needsCFIForDebug() && in emitCFIInstruction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h423 bool needsCFIForDebug() const;