Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeTypePointer.cpp58 if (isSingleInheritance()) in dump()
164 bool NativeTypePointer::isSingleInheritance() const { in isSingleInheritance() function in NativeTypePointer
HDNativeRawSymbol.cpp684 bool NativeRawSymbol::isSingleInheritance() const { in isSingleInheritance() function in NativeRawSymbol
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDNativeTypePointer.h47 bool isSingleInheritance() const override;
HDNativeRawSymbol.h217 bool isSingleInheritance() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
HDDIARawSymbol.h212 bool isSingleInheritance() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDIPDBRawSymbol.h243 virtual bool isSingleInheritance() const = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp381 RAW_METHOD_DUMP(OS, isSingleInheritance); in dump()
1218 bool DIARawSymbol::isSingleInheritance() const { in isSingleInheritance() function in DIARawSymbol