Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h578 size_t calling_convention = llvm::dwarf::DW_CC_normal;
H A DDWARFASTParserClang.cpp1055 case llvm::dwarf::DW_CC_normal: in ConvertDWARFCallingConventionToClang()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp947 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE()
1462 if (CC && CC != dwarf::DW_CC_normal) in applySubprogramAttributes()
H A DCodeViewDebug.cpp2014 case dwarf::DW_CC_normal: return CallingConvention::NearC; in dwarfCCToCodeView()