Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h625 #define DW_CC_pass_by_value 0x05 macro
H A Ddwarf_dump.c495 case DW_CC_pass_by_value: in dwarf_get_CC_name()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp995 CC = dwarf::DW_CC_pass_by_value; in constructTypeDIE()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1940 if (attrs.calling_convention == llvm::dwarf::DW_CC_pass_by_value) { in ParseStructureLikeDIE()