Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/DebugInfo/Generic/
Dexport-symbol-anonymous-class.ll11 ; CHECK-NEXT: DW_AT_calling_convention (DW_CC_pass_by_value)
Dpass-by-value.ll21 ; CHECK-NEXT: DW_AT_calling_convention (DW_CC_pass_by_value)
/external/llvm-project/llvm/test/DebugInfo/MIR/ARM/
Dsubregister-full-piece.mir45 # CHECK: DW_AT_calling_convention (DW_CC_pass_by_value)
/external/elfutils/libdw/
Ddwarf.h769 DW_CC_pass_by_value = 0x5, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp992 CC = dwarf::DW_CC_pass_by_value; in constructTypeDIE()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp923 CC = dwarf::DW_CC_pass_by_value; in constructTypeDIE()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp1735 if (attrs.calling_convention == llvm::dwarf::DW_CC_pass_by_value) { in ParseStructureLikeDIE()