Home
last modified time | relevance | path

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

/llvm-project/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
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypePointer.h49 bool isVirtualInheritance() const override;
H A DNativeRawSymbol.h226 bool isVirtualInheritance() const override;
/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h221 bool isVirtualInheritance() const override;
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h248 virtual bool isVirtualInheritance() const = 0;
/llvm-project/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp396 MOCK_SYMBOL_ACCESSOR(isVirtualInheritance)
/llvm-project/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