Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/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;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolExe.h28 FORWARD_SYMBOL_METHOD(hasCTypes)
H A DIPDBRawSymbol.h182 virtual bool hasCTypes() const = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h155 bool hasCTypes() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp986 bool DIARawSymbol::hasCTypes() const { in hasCTypes() function in DIARawSymbol
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1126 if (GlobalScope->hasCTypes()) in dumpPretty()
H A DDumpOutputStyle.cpp266 P.formatLine("Has conflicting types: {0}", DBI.hasCTypes()); in dumpFileSummary()