Home
last modified time | relevance | path

Searched refs:hasCTypes (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeExeSymbol.cpp87 bool NativeExeSymbol::hasCTypes() const { in hasCTypes() function in NativeExeSymbol
90 return Dbi->hasCTypes(); in hasCTypes()
H A DDbiStream.cpp166 bool DbiStream::hasCTypes() const { in hasCTypes() function in DbiStream
H A DNativeRawSymbol.cpp455 bool NativeRawSymbol::hasCTypes() const { in hasCTypes() function in NativeRawSymbol
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeExeSymbol.h36 bool hasCTypes() const override;
H A DDbiStream.h54 bool hasCTypes() const;
H A DNativeRawSymbol.h160 bool hasCTypes() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolExe.h28 FORWARD_SYMBOL_METHOD(hasCTypes)
H A DIPDBRawSymbol.h182 virtual bool hasCTypes() const = 0;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h155 bool hasCTypes() const override;
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp330 MOCK_SYMBOL_ACCESSOR(hasCTypes)
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp986 bool DIARawSymbol::hasCTypes() const { in hasCTypes() function in DIARawSymbol
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1128 if (GlobalScope->hasCTypes()) in dumpPretty()
H A DDumpOutputStyle.cpp265 P.formatLine("Has conflicting types: {0}", DBI.hasCTypes()); in dumpFileSummary()