Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A 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()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h126 std::unique_ptr<PDBFile> Pdb; variable
H A DInputFile.h57 InputFile(PDBFile *Pdb) { PdbOrObj = Pdb; } in InputFile()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp404 PDBFile &Pdb = PdbSession->getPDBFile(); in loadTypeServer() local
578 Error LVCodeViewReader::traverseTypes(PDBFile &Pdb, in traverseTypes()
899 Error LVCodeViewReader::createScopes(PDBFile &Pdb) { in createScopes()
1202 Error LVCodeViewReader::loadTargetInfo(const PDBFile &Pdb) { in loadTargetInfo()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp55 PDBFile &Pdb = *cast<PDBFile *>(Input); createReader() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h612 enum class CodeViewContainer { ObjectFile, Pdb }; global() enumerator