Home
last modified time | relevance | path

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

/src/contrib/elftoolchain/libdwarf/
H A Ddwarf.h621 #define DW_CC_normal 0x01 macro
H A Ddwarf_dump.c487 case DW_CC_normal: in dwarf_get_CC_name()
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h506 size_t calling_convention = llvm::dwarf::DW_CC_normal;
H A DDWARFASTParserClang.cpp967 case llvm::dwarf::DW_CC_normal: in ConvertDWARFCallingConventionToClang()
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp875 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE()
1311 if (CC && CC != dwarf::DW_CC_normal) in applySubprogramAttributes()
H A DCodeViewDebug.cpp2000 case dwarf::DW_CC_normal: return CallingConvention::NearC; in dwarfCCToCodeView()