Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp63 else if (isVirtualInheritance()) in dump()
183 bool NativeTypePointer::isVirtualInheritance() const { in isVirtualInheritance() function in NativeTypePointer
H A DNativeRawSymbol.cpp719 bool NativeRawSymbol::isVirtualInheritance() const { in isVirtualInheritance() function in NativeRawSymbol
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypePointer.h49 bool isVirtualInheritance() const override;
H A DNativeRawSymbol.h226 bool isVirtualInheritance() const override;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h221 bool isVirtualInheritance() const override;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h248 virtual bool isVirtualInheritance() const = 0;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp390 RAW_METHOD_DUMP(OS, isVirtualInheritance); in dump()
1256 bool DIARawSymbol::isVirtualInheritance() const { in isVirtualInheritance() function in DIARawSymbol