Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/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/elfutils/libdw/
Ddwarf.h765 DW_CC_normal = 0x1, enumerator
Dknown-dwarf.h173 DWARF_ONE_KNOWN_DW_CC (normal, DW_CC_normal) \
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dtypes-calling-conv.ll236 !20 = !DISubroutineType(cc: DW_CC_normal, types: !21)
/external/llvm/test/DebugInfo/COFF/
Dtypes-calling-conv.ll236 !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-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp931 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE()
1300 if (CC && CC != dwarf::DW_CC_normal) in applySubprogramAttributes()
DCodeViewDebug.cpp1615 case dwarf::DW_CC_normal: return CallingConvention::NearC; in dwarfCCToCodeView()