Home
last modified time | relevance | path

Searched refs:hasPDBStringTable (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h117 bool hasPDBStringTable();
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp456 bool PDBFile::hasPDBStringTable() { in hasPDBStringTable() function in PDBFile
/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1405 if (getPdb().hasPDBStringTable()) { in dumpTpiStream()