Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h571 #define DW_VIRTUALITY_none 0x00 macro
H A Ddwarf_dump.c1617 case DW_VIRTUALITY_none: in dwarf_get_VIRTUALITY_name()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h285 virtualityString(uint32_t Virtuality = dwarf::DW_VIRTUALITY_none) const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp174 case dwarf::DW_VIRTUALITY_none: in virtualityString()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2181 case dwarf::DW_VIRTUALITY_none: in getRecordKind()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2291 if (N->getVirtuality() != dwarf::DW_VIRTUALITY_none || in writeDISubprogram()