Searched refs:CallSiteDIE (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfCompileUnit.cpp | 1180 DIE &CallSiteDIE = createAndAddDIE(getDwarf5OrGNUTag(dwarf::DW_TAG_call_site), in constructCallSiteEntryDIE() local 1185 addAddress(CallSiteDIE, getDwarf5OrGNUAttr(dwarf::DW_AT_call_target), in constructCallSiteEntryDIE() 1190 addDIEEntry(CallSiteDIE, getDwarf5OrGNUAttr(dwarf::DW_AT_call_origin), in constructCallSiteEntryDIE() 1196 addFlag(CallSiteDIE, getDwarf5OrGNUAttr(dwarf::DW_AT_call_tail_call)); in constructCallSiteEntryDIE() 1211 addLabelAddress(CallSiteDIE, dwarf::DW_AT_call_pc, CallAddr); in constructCallSiteEntryDIE() 1222 addLabelAddress(CallSiteDIE, in constructCallSiteEntryDIE() 1226 return CallSiteDIE; in constructCallSiteEntryDIE() 1230 DIE &CallSiteDIE, SmallVector<DbgCallSiteParam, 4> &Params) { in constructCallSiteParmEntryDIEs() argument 1249 CallSiteDIE.addChild(CallSiteDieParam); in constructCallSiteParmEntryDIEs()
|
| D | DwarfCompileUnit.h | 265 void constructCallSiteParmEntryDIEs(DIE &CallSiteDIE,
|
| D | DwarfDebug.cpp | 986 DIE &CallSiteDIE = CU.constructCallSiteEntryDIE( in constructCallSiteEntryDIEs() local 994 CU.constructCallSiteParmEntryDIEs(CallSiteDIE, Params); in constructCallSiteEntryDIEs()
|