Home
last modified time | relevance | path

Searched refs:hasPDBGlobalsStream (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp79 if (File.isPdb() && File.pdb().hasPDBGlobalsStream()) { in mark()
H A DDumpOutputStyle.cpp261 P.formatLine("Has Globals: {0}", getPdb().hasPDBGlobalsStream()); in dumpFileSummary()
669 if (File.isPdb() && !getPdb().hasPDBGlobalsStream()) { in dumpUdtStats()
1581 if (!getPdb().hasPDBGlobalsStream()) { in dumpGlobals()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h111 bool hasPDBGlobalsStream();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp415 bool PDBFile::hasPDBGlobalsStream() { in hasPDBGlobalsStream() function in PDBFile
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp976 if (Pdb.hasPDBGlobalsStream()) { in createScopes()