Searched refs:CallSiteDIE (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 1301 DIE &CallSiteDIE = createAndAddDIE(getDwarf5OrGNUTag(dwarf::DW_TAG_call_site), in constructCallSiteEntryDIE() local 1306 addAddress(CallSiteDIE, getDwarf5OrGNUAttr(dwarf::DW_AT_call_target), in constructCallSiteEntryDIE() 1317 addDIEEntry(CallSiteDIE, getDwarf5OrGNUAttr(dwarf::DW_AT_call_origin), in constructCallSiteEntryDIE() 1323 addFlag(CallSiteDIE, getDwarf5OrGNUAttr(dwarf::DW_AT_call_tail_call)); in constructCallSiteEntryDIE() 1338 addLabelAddress(CallSiteDIE, dwarf::DW_AT_call_pc, CallAddr); in constructCallSiteEntryDIE() 1349 addLabelAddress(CallSiteDIE, in constructCallSiteEntryDIE() 1353 return CallSiteDIE; in constructCallSiteEntryDIE() 1357 DIE &CallSiteDIE, SmallVector<DbgCallSiteParam, 4> &Params) { in constructCallSiteParmEntryDIEs() argument 1376 CallSiteDIE.addChild(CallSiteDieParam); in constructCallSiteParmEntryDIEs()
|
| H A D | DwarfCompileUnit.h | 297 void constructCallSiteParmEntryDIEs(DIE &CallSiteDIE,
|
| H A D | DwarfDebug.cpp | 994 DIE &CallSiteDIE = CU.constructCallSiteEntryDIE( in constructCallSiteEntryDIEs() local 1002 CU.constructCallSiteParmEntryDIEs(CallSiteDIE, Params); in constructCallSiteEntryDIEs()
|