Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp929 bool NeedsDwarfCFI = in emitPrologue() local
1050 if (NeedsDwarfCFI) { in emitPrologue()
1077 if (NeedsDwarfCFI) { in emitPrologue()
1115 if (!HasFP && NeedsDwarfCFI) { in emitPrologue()
1372 if (((!HasFP && NumBytes) || PushedRegs) && NeedsDwarfCFI) { in emitPrologue()
DX86InstrInfo.cpp5478 bool NeedsDwarfCFI = in ExpandMOVImmSExti8() local
5481 bool EmitCFI = !TFL->hasFP(MF) && NeedsDwarfCFI; in ExpandMOVImmSExti8()