Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h249 size_t calling_convention = llvm::dwarf::DW_CC_normal;
/freebsd-13.1/contrib/elftoolchain/libdwarf/
H A Ddwarf.h553 #define DW_CC_normal 0x01 macro
H A Ddwarf_dump.c423 case DW_CC_normal: in dwarf_get_CC_name()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp825 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE()
1226 if (CC && CC != dwarf::DW_CC_normal) in applySubprogramAttributes()
H A DCodeViewDebug.cpp1841 case dwarf::DW_CC_normal: return CallingConvention::NearC; in dwarfCCToCodeView()