Home
last modified time | relevance | path

Searched defs:Pdb (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
DDbiStream.cpp50 Error DbiStream::reload(PDBFile *Pdb) { in reload()
256 Error DbiStream::initializeSectionHeadersData(PDBFile *Pdb) { in initializeSectionHeadersData()
282 Error DbiStream::initializeOldFpoRecords(PDBFile *Pdb) { in initializeOldFpoRecords()
306 Error DbiStream::initializeNewFpoRecords(PDBFile *Pdb) { in initializeNewFpoRecords()
324 DbiStream::createIndexedStreamForHeaderType(PDBFile *Pdb, in createIndexedStreamForHeaderType()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h126 std::unique_ptr<PDBFile> Pdb; variable
DInputFile.h57 InputFile(PDBFile *Pdb) { PdbOrObj = Pdb; } in InputFile()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h609 enum class CodeViewContainer { ObjectFile, Pdb }; enumerator