Home
last modified time | relevance | path

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

/third_party/elfutils/libdw/
Ddwarf.h765 DW_CC_normal = 0x1, enumerator
/third_party/skia/third_party/externals/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()