Searched refs:hasPDBGlobalsStream (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h111 bool hasPDBGlobalsStream();
/openbsd-current/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp79 if (File.isPdb() && File.pdb().hasPDBGlobalsStream()) {
H A DDumpOutputStyle.cpp260 P.formatLine("Has Globals: {0}", getPdb().hasPDBGlobalsStream());
668 if (File.isPdb() && !getPdb().hasPDBGlobalsStream()) {
1581 if (!getPdb().hasPDBGlobalsStream()) {
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp416 bool PDBFile::hasPDBGlobalsStream() { function in class:PDBFile

Completed in 126 milliseconds