Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.cpp184 if (!NeedsDwarfUnwindInfo) in needsDwarfUnwindInfo()
185 NeedsDwarfUnwindInfo = MF.needsFrameMoves() && in needsDwarfUnwindInfo()
188 return *NeedsDwarfUnwindInfo; in needsDwarfUnwindInfo()
H A DAArch64MachineFunctionInfo.h223 mutable std::optional<bool> NeedsDwarfUnwindInfo; variable