Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.h197 bool needsDwarfCFI(const MachineFunction &MF) const;
H A DX86FrameLowering.cpp562 const bool NeedsDwarfCFI = needsDwarfCFI(MF); in emitStackProbeInlineGenericBlock()
1226 bool X86FrameLowering::needsDwarfCFI(const MachineFunction &MF) const { in needsDwarfCFI() function in X86FrameLowering
1340 bool NeedsDwarfCFI = needsDwarfCFI(MF); in emitPrologue()