Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/contrib/binutils/include/elf/
H A Ddwarf2.h658 DW_CC_normal = 0x1, enumerator
/freebsd-12.1/contrib/gcc/
H A Ddwarf2.h663 DW_CC_normal = 0x1, enumerator
H A Ddwarf2out.c11225 enum dwarf_calling_convention value = DW_CC_normal; in add_calling_convention_attribute()
11231 if (value && (value != DW_CC_normal)) in add_calling_convention_attribute()
H A DChangeLog-20049932 emit DW_CC_normal.
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp825 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE()
1194 if (CC && CC != dwarf::DW_CC_normal) in applySubprogramAttributes()
H A DCodeViewDebug.cpp1731 case dwarf::DW_CC_normal: return CallingConvention::NearC; in dwarfCCToCodeView()
/freebsd-12.1/contrib/binutils/binutils/
H A Ddwarf.c1331 case DW_CC_normal: printf ("(normal)"); break; in read_and_display_attr_value()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp544 = llvm::dwarf::CallingConvention::DW_CC_normal; in ParseTypeFromDWARF()