Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp175 case dwarf::DW_VIRTUALITY_virtual: in virtualityString()
187 return dwarf::DW_VIRTUALITY_virtual; in getVirtualityCode()
193 return dwarf::DW_VIRTUALITY_virtual; in getVirtualityCode()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h572 #define DW_VIRTUALITY_virtual 0x01 macro
H A Ddwarf_dump.c1619 case DW_VIRTUALITY_virtual: in dwarf_get_VIRTUALITY_name()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp2001 dwarf::DW_VIRTUALITY_virtual); in constructMemberDIE()
H A DCodeViewDebug.cpp2197 case dwarf::DW_VIRTUALITY_virtual: in translateMethodKindFlags()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1306 static_assert(int(SPFlagVirtual) == int(dwarf::DW_VIRTUALITY_virtual) && in toSPFlags()