Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h159 #define DW_AT_calling_convention 0x36 macro
H A Ddwarf_dump.c85 case DW_AT_calling_convention: in dwarf_get_AT_name()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp568 if (auto CC = D.find(DW_AT_calling_convention)) { in appendSubroutineNameAfter()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp692 case DW_AT_calling_convention: in AttributeValueString()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp843 addUInt(Buffer, dwarf::DW_AT_calling_convention, dwarf::DW_FORM_data1, in constructTypeDIE()
999 addUInt(Buffer, dwarf::DW_AT_calling_convention, dwarf::DW_FORM_data1, in constructTypeDIE()
1279 addUInt(SPDie, dwarf::DW_AT_calling_convention, dwarf::DW_FORM_data1, CC); in applySubprogramAttributes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp326 case DW_AT_calling_convention: in ParsedDWARFTypeAttributes()