Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCAsmInfo.cpp45 UsesCFIForDebug = true; in AMDGPUMCAsmInfo()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h452 bool UsesCFIForDebug = false; variable
769 bool doesUseCFIForDebug() const { return UsesCFIForDebug; } in doesUseCFIForDebug()