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.cpp176 case dwarf::DW_VIRTUALITY_virtual: in virtualityString()
188 return dwarf::DW_VIRTUALITY_virtual; in getVirtualityCode()
194 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.cpp1691 dwarf::DW_VIRTUALITY_virtual); in constructMemberDIE()
H A DCodeViewDebug.cpp2183 case dwarf::DW_VIRTUALITY_virtual: in translateMethodKindFlags()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1025 static_assert(int(SPFlagVirtual) == int(dwarf::DW_VIRTUALITY_virtual) && in toSPFlags()