Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolThunk.h30 FORWARD_SYMBOL_METHOD(isIntroVirtualFunction)
H A DPDBSymbolFunc.h51 FORWARD_SYMBOL_METHOD(isIntroVirtualFunction)
H A DIPDBRawSymbol.h206 virtual bool isIntroVirtualFunction() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp205 !Symbol.isIntroVirtualFunction()) in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h184 bool isIntroVirtualFunction() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h179 bool isIntroVirtualFunction() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp552 bool NativeRawSymbol::isIntroVirtualFunction() const { in isIntroVirtualFunction() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1084 bool DIARawSymbol::isIntroVirtualFunction() const { in isIntroVirtualFunction() function in DIARawSymbol