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/
H A DDwarfCFIException.cpp97 shouldEmitCFI = Asm->needsCFIForDebug() && shouldEmitMoves; in beginFunction()
H A 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/
H A DAsmPrinter.h450 bool needsCFIForDebug() const;