Home
last modified time | relevance | path

Searched refs:isVirtualInheritance (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeTypePointer.cpp62 else if (isVirtualInheritance()) in dump()
182 bool NativeTypePointer::isVirtualInheritance() const { in isVirtualInheritance() function in NativeTypePointer
DNativeRawSymbol.cpp720 bool NativeRawSymbol::isVirtualInheritance() const { in isVirtualInheritance() function in NativeRawSymbol
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypePointer.h49 bool isVirtualInheritance() const override;
DNativeRawSymbol.h226 bool isVirtualInheritance() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h221 bool isVirtualInheritance() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBRawSymbol.h248 virtual bool isVirtualInheritance() const = 0;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp390 RAW_METHOD_DUMP(OS, isVirtualInheritance); in dump()
1256 bool DIARawSymbol::isVirtualInheritance() const { in isVirtualInheritance() function in DIARawSymbol