Home
last modified time | relevance | path

Searched refs:doesUseCFIForDebug (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h769 bool doesUseCFIForDebug() const { return UsesCFIForDebug; } in doesUseCFIForDebug() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1086 MAI->doesUseCFIForDebug() && ModuleCFISection == CFISection::Debug; in needsCFIForDebug()