Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp973 bool IsTail = TII->isTailCall(MI); in constructCallSiteEntryDIEs() local
986 (!IsTail || CU.useGNUAnalogForDwarf5Feature()) in constructCallSiteEntryDIEs()
993 IsTail ? getLabelBeforeInsn(TopLevelCallMI) : nullptr; in constructCallSiteEntryDIEs()
995 assert((IsTail || PCAddr) && "Non-tail call without return PC"); in constructCallSiteEntryDIEs()
1002 << (IsTail ? " [IsTail]" : "") << "\n"); in constructCallSiteEntryDIEs()
1005 ScopeDIE, CalleeDIE, IsTail, PCAddr, CallAddr, CallReg); in constructCallSiteEntryDIEs()
1939 bool IsTail = TII->isTailCall(*MI); in beginInstruction() local
1942 if (IsTail) in beginInstruction()
H A DDwarfCompileUnit.h260 DIE &constructCallSiteEntryDIE(DIE &ScopeDIE, DIE *CalleeDIE, bool IsTail,
H A DDwarfCompileUnit.cpp1166 bool IsTail, in constructCallSiteEntryDIE() argument
1184 if (IsTail) { in constructCallSiteEntryDIE()
1210 if (!IsTail || useGNUAnalogForDwarf5Feature()) { in constructCallSiteEntryDIE()