Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDwarfCFIException.cpp97 shouldEmitCFI = Asm->needsCFIForDebug() && shouldEmitMoves; in beginFunction()
DAsmPrinter.cpp543 if (!needsCFIForDebug()) in doInitialization()
1272 bool AsmPrinter::needsCFIForDebug() const { in needsCFIForDebug() function in AsmPrinter
1279 if (!needsCFIForDebug() && in emitCFIInstruction()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DAsmPrinter.h450 bool needsCFIForDebug() const;