Home
last modified time | relevance | path

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

/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.h619 DW_CC_normal = 0x1, enumerator
Dknown-dwarf.h173 DWARF_ONE_KNOWN_DW_CC (normal, DW_CC_normal) \
/external/swiftshader/third_party/LLVM/lib/Support/
DDwarf.cpp581 case DW_CC_normal: return "DW_CC_normal"; in ConventionString()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDwarf.h538 DW_CC_normal = 0x01, enumerator
/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()