Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp128 shouldEmitCFI = Asm->needsCFIForDebug() && shouldEmitMoves; in beginFunction()
H A DAsmPrinter.cpp378 if (!needsCFIForDebug()) in doInitialization()
1070 bool AsmPrinter::needsCFIForDebug() const { in needsCFIForDebug() function in AsmPrinter
1077 if (!needsCFIForDebug() && in emitCFIInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h387 bool needsCFIForDebug() const;