Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h111 bool hasPDBSymbolStream();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp438 bool PDBFile::hasPDBSymbolStream() { in hasPDBSymbolStream() function in PDBFile
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1374 if (!getPdb().hasPDBSymbolStream()) { in dumpGSIRecords()