Searched refs:CallSiteDIE (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfCompileUnit.cpp | 1197 DIE &CallSiteDIE = createAndAddDIE(getDwarf5OrGNUTag(dwarf::DW_TAG_call_site), in constructCallSiteEntryDIE() local 1202 addAddress(CallSiteDIE, getDwarf5OrGNUAttr(dwarf::DW_AT_call_target), in constructCallSiteEntryDIE() 1207 addDIEEntry(CallSiteDIE, getDwarf5OrGNUAttr(dwarf::DW_AT_call_origin), in constructCallSiteEntryDIE() 1213 addFlag(CallSiteDIE, getDwarf5OrGNUAttr(dwarf::DW_AT_call_tail_call)); in constructCallSiteEntryDIE() 1228 addLabelAddress(CallSiteDIE, dwarf::DW_AT_call_pc, CallAddr); in constructCallSiteEntryDIE() 1239 addLabelAddress(CallSiteDIE, in constructCallSiteEntryDIE() 1243 return CallSiteDIE; in constructCallSiteEntryDIE() 1247 DIE &CallSiteDIE, SmallVector<DbgCallSiteParam, 4> &Params) { in constructCallSiteParmEntryDIEs() argument 1266 CallSiteDIE.addChild(CallSiteDieParam); in constructCallSiteParmEntryDIEs()
|
| D | DwarfCompileUnit.h | 262 void constructCallSiteParmEntryDIEs(DIE &CallSiteDIE,
|
| D | DwarfDebug.cpp | 1009 DIE &CallSiteDIE = CU.constructCallSiteEntryDIE( in constructCallSiteEntryDIEs() local 1017 CU.constructCallSiteParmEntryDIEs(CallSiteDIE, Params); in constructCallSiteEntryDIEs()
|