Home
last modified time | relevance | path

Searched refs:PDB70 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCVDebugRecord.h19 PDB70 = 0x53445352, // RSDS enumerator
49 struct PDB70DebugInfo PDB70; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp747 if (DebugInfo->Signature.CVSignature == OMF::Signature::PDB70) { in printCOFFDebugDirectory()
748 W.printBinary("PDBGUID", makeArrayRef(DebugInfo->PDB70.Signature)); in printCOFFDebugDirectory()
749 W.printNumber("PDBAge", DebugInfo->PDB70.Age); in printCOFFDebugDirectory()