Home
last modified time | relevance | path

Searched refs:DW_CC_pass_by_reference (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h624 #define DW_CC_pass_by_reference 0x04 macro
H A Ddwarf_dump.c493 case DW_CC_pass_by_reference: in dwarf_get_CC_name()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1030 CC = dwarf::DW_CC_pass_by_reference; in constructTypeDIE()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1873 if (attrs.calling_convention == llvm::dwarf::DW_CC_pass_by_reference) { in ParseStructureLikeDIE()