Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp128 shouldEmitCFI = Asm->needsCFIForDebug() && shouldEmitMoves; in beginFunction()
H A DAsmPrinter.cpp392 if (!needsCFIForDebug()) in doInitialization()
1084 bool AsmPrinter::needsCFIForDebug() const { in needsCFIForDebug() function in AsmPrinter
1091 if (!needsCFIForDebug() && in emitCFIInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h387 bool needsCFIForDebug() const;