Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfCompileUnit.cpp926 DwarfCompileUnit::getDwarf5OrGNUAttr(dwarf::Attribute Attr) const { in getDwarf5OrGNUAttr() function in DwarfCompileUnit
968 addAddress(CallSiteDIE, getDwarf5OrGNUAttr(dwarf::DW_AT_call_target), in constructCallSiteEntryDIE()
973 addDIEEntry(CallSiteDIE, getDwarf5OrGNUAttr(dwarf::DW_AT_call_origin), in constructCallSiteEntryDIE()
979 addFlag(CallSiteDIE, getDwarf5OrGNUAttr(dwarf::DW_AT_call_tail_call)); in constructCallSiteEntryDIE()
1011 addBlock(*CallSiteDieParam, getDwarf5OrGNUAttr(dwarf::DW_AT_call_value), in constructCallSiteParmEntryDIEs()
HDDwarfCompileUnit.h237 dwarf::Attribute getDwarf5OrGNUAttr(dwarf::Attribute Attr) const;
HDDwarfDebug.cpp710 CU.addFlag(ScopeDIE, CU.getDwarf5OrGNUAttr(dwarf::DW_AT_call_all_calls)); in constructCallSiteEntryDIEs()