Home
last modified time | relevance | path

Searched refs:DW_CC_normal (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/llvm/test/Assembler/
Ddisubroutinetype.ll25 ; CHECK: !9 = !DISubroutineType(cc: DW_CC_normal, types: null)
29 !9 = !DISubroutineType(cc: DW_CC_normal, types: null)
/external/llvm/test/Assembler/
Ddisubroutinetype.ll25 ; CHECK: !9 = !DISubroutineType(cc: DW_CC_normal, types: null)
29 !9 = !DISubroutineType(cc: DW_CC_normal, types: null)
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.h251 size_t calling_convention = llvm::dwarf::DW_CC_normal;
/external/elfutils/libdw/
Ddwarf.h765 DW_CC_normal = 0x1, enumerator
/external/llvm/test/DebugInfo/COFF/
Dtypes-calling-conv.ll236 !20 = !DISubroutineType(cc: DW_CC_normal, types: !21)
/external/llvm-project/llvm/test/DebugInfo/COFF/
Dtypes-calling-conv.ll248 !20 = !DISubroutineType(cc: DW_CC_normal, types: !21)
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp879 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE()
1201 if (CC && CC != dwarf::DW_CC_normal) in applySubprogramAttributes()
DCodeViewDebug.cpp1234 case dwarf::DW_CC_normal: return CallingConvention::NearC; in dwarfCCToCodeView()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp871 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE()
1247 if (CC && CC != dwarf::DW_CC_normal) in applySubprogramAttributes()
DCodeViewDebug.cpp1790 case dwarf::DW_CC_normal: return CallingConvention::NearC; in dwarfCCToCodeView()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp803 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE()
1197 if (CC && CC != dwarf::DW_CC_normal) in applySubprogramAttributes()
DCodeViewDebug.cpp1811 case dwarf::DW_CC_normal: return CallingConvention::NearC; in dwarfCCToCodeView()