Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h203 bool isPureVirtual() const override;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h208 bool isPureVirtual() const override;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp647 bool NativeRawSymbol::isPureVirtual() const { in isPureVirtual() function in NativeRawSymbol
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1182 bool DIARawSymbol::isPureVirtual() const { in isPureVirtual() function in DIARawSymbol