Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeExeSymbol.cpp87 bool NativeExeSymbol::hasCTypes() const { in hasCTypes() function in NativeExeSymbol
90 return Dbi->hasCTypes(); in hasCTypes()
HDDbiStream.cpp166 bool DbiStream::hasCTypes() const { in hasCTypes() function in DbiStream
HDNativeRawSymbol.cpp455 bool NativeRawSymbol::hasCTypes() const { in hasCTypes() function in NativeRawSymbol
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDNativeExeSymbol.h36 bool hasCTypes() const override;
HDDbiStream.h54 bool hasCTypes() const;
HDNativeRawSymbol.h160 bool hasCTypes() const override;
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDPDBSymbolExe.h28 FORWARD_SYMBOL_METHOD(hasCTypes)
HDIPDBRawSymbol.h182 virtual bool hasCTypes() const = 0;
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
HDDIARawSymbol.h155 bool hasCTypes() const override;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp986 bool DIARawSymbol::hasCTypes() const { in hasCTypes() function in DIARawSymbol
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDllvm-pdbutil.cpp1126 if (GlobalScope->hasCTypes()) in dumpPretty()
HDDumpOutputStyle.cpp266 P.formatLine("Has conflicting types: {0}", DBI.hasCTypes()); in dumpFileSummary()