Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h119 bool hasPDBStringTable();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp458 bool PDBFile::hasPDBStringTable() { in hasPDBStringTable() function in PDBFile
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1503 if (getPdb().hasPDBStringTable()) { in dumpTpiStream()