Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1276 DIE *CalleeDIE = getOrCreateSubprogramDIE(CalleeSP); in constructCallSiteEntryDIE() local
1277 assert(CalleeDIE && "Could not create DIE for call site entry origin"); in constructCallSiteEntryDIE()
1280 !CalleeDIE->findAttribute(dwarf::DW_AT_linkage_name)) { in constructCallSiteEntryDIE()
1281 addLinkageName(*CalleeDIE, CalleeSP->getLinkageName()); in constructCallSiteEntryDIE()
1285 *CalleeDIE); in constructCallSiteEntryDIE()