Home
last modified time | relevance | path

Searched refs:isPureVirtual (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolThunk.h34 FORWARD_SYMBOL_METHOD(isPureVirtual)
H A DPDBSymbolFunc.h69 FORWARD_SYMBOL_METHOD(isPureVirtual)
H A DIPDBRawSymbol.h230 virtual bool isPureVirtual() const = 0;
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp151 if (Symbol.isVirtual() || Symbol.isPureVirtual()) in start()
206 if (Symbol.isPureVirtual()) in start()
H A DPrettyClassLayoutGraphicalDumper.cpp205 if (Symbol.getLength() == 0 && !Symbol.isPureVirtual() && in dump()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h208 bool isPureVirtual() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h203 bool isPureVirtual() const override;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp647 bool NativeRawSymbol::isPureVirtual() const { in isPureVirtual() function in NativeRawSymbol
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp378 MOCK_SYMBOL_ACCESSOR(isPureVirtual)
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1182 bool DIARawSymbol::isPureVirtual() const { in isPureVirtual() function in DIARawSymbol