Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h256 bool IsTail, const MCSymbol *PCAddr,
H A DDwarfCompileUnit.cpp1193 const MCSymbol *PCAddr, in constructCallSiteEntryDIE() argument
1238 assert(PCAddr && "Missing return PC information for a call"); in constructCallSiteEntryDIE()
1240 getDwarf5OrGNUAttr(dwarf::DW_AT_call_return_pc), PCAddr); in constructCallSiteEntryDIE()
H A DDwarfDebug.cpp990 const MCSymbol *PCAddr = in constructCallSiteEntryDIEs() local
1000 assert((IsTail || PCAddr) && "Non-tail call without return PC"); in constructCallSiteEntryDIEs()
1010 ScopeDIE, CalleeSP, IsTail, PCAddr, CallAddr, CallReg); in constructCallSiteEntryDIEs()