Home
last modified time | relevance | path

Searched refs:isSingleInheritance (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp59 if (isSingleInheritance()) in dump()
165 bool NativeTypePointer::isSingleInheritance() const { in isSingleInheritance() function in NativeTypePointer
H A DNativeRawSymbol.cpp683 bool NativeRawSymbol::isSingleInheritance() const { in isSingleInheritance() function in NativeRawSymbol
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypePointer.h47 bool isSingleInheritance() const override;
H A DNativeRawSymbol.h217 bool isSingleInheritance() const override;
/llvm-project/llvm/test/DebugInfo/PDB/Native/
H A Dpdb-native-pointers.test266 ; CHECK-NEXT: isSingleInheritance: 1
279 ; CHECK-NEXT: isSingleInheritance: 1
292 ; CHECK-NEXT: isSingleInheritance: 1
/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h212 bool isSingleInheritance() const override;
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h239 virtual bool isSingleInheritance() const = 0;
/llvm-project/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp387 MOCK_SYMBOL_ACCESSOR(isSingleInheritance)
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp381 RAW_METHOD_DUMP(OS, isSingleInheritance); in dump()
1218 bool DIARawSymbol::isSingleInheritance() const { in isSingleInheritance() function in DIARawSymbol