Home
last modified time | relevance | path

Searched refs:IsTail (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h256 bool IsTail, const MCSymbol *PCAddr,
DDwarfDebug.cpp978 bool IsTail = TII->isTailCall(MI); in constructCallSiteEntryDIEs() local
991 (!IsTail || CU.useGNUAnalogForDwarf5Feature()) in constructCallSiteEntryDIEs()
998 IsTail ? getLabelBeforeInsn(TopLevelCallMI) : nullptr; in constructCallSiteEntryDIEs()
1000 assert((IsTail || PCAddr) && "Non-tail call without return PC"); in constructCallSiteEntryDIEs()
1007 << (IsTail ? " [IsTail]" : "") << "\n"); in constructCallSiteEntryDIEs()
1010 ScopeDIE, CalleeSP, IsTail, PCAddr, CallAddr, CallReg); in constructCallSiteEntryDIEs()
2009 bool IsTail = TII->isTailCall(*MI); in beginInstruction() local
2012 if (IsTail) in beginInstruction()
DDwarfCompileUnit.cpp1192 bool IsTail, in constructCallSiteEntryDIE() argument
1211 if (IsTail) { in constructCallSiteEntryDIE()
1237 if (!IsTail || useGNUAnalogForDwarf5Feature()) { in constructCallSiteEntryDIE()