Searched refs:PDB (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.h1 //===- Streamutil.h - PDB stream utilities ----------------------*- C++ -*-===//
25 PDB, member in class:llvm::pdb::StreamPurpose
H A DStreamUtil.cpp1 //===- StreamUtil.cpp - PDB stream utilities --------------------*- C++ -*-===//
14 #include "llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h"
15 #include "llvm/DebugInfo/PDB/Native/DbiModuleList.h"
16 #include "llvm/DebugInfo/PDB/Native/DbiStream.h"
17 #include "llvm/DebugInfo/PDB/Native/InfoStream.h"
18 #include "llvm/DebugInfo/PDB/Native/PDBFile.h"
19 #include "llvm/DebugInfo/PDB/Native/TpiStream.h"
103 Streams[StreamIdx] = stream(StreamPurpose::PDB, "PDB Stream", StreamIdx);
H A DExplainOutputStyle.cpp18 #include "llvm/DebugInfo/PDB/Native/DbiStream.h"
19 #include "llvm/DebugInfo/PDB/Native/InfoStream.h"
20 #include "llvm/DebugInfo/PDB/Native/PDBFile.h"
21 #include "llvm/DebugInfo/PDB/Native/RawTypes.h"
260 case StreamPurpose::PDB: {
440 printStructField(P, "the PDB Stream Version Signature",
443 printStructField(P, "the signature of the PDB Stream",
446 printStructField(P, "the age of the PDB", uint32_t(Header->Age));
448 printStructField(P, "the guid of the PDB", fmt_guid(Header->Guid.Guid));
453 P.printLine("Within the PDB strea
[all...]
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile488 SRCS_EXT+= DebugInfo/PDB/GenericError.cpp
489 SRCS_EXT+= DebugInfo/PDB/IPDBSourceFile.cpp
490 SRCS_EXT+= DebugInfo/PDB/Native/DbiModuleDescriptor.cpp
491 SRCS_EXT+= DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
492 SRCS_EXT+= DebugInfo/PDB/Native/DbiModuleList.cpp
493 SRCS_EXT+= DebugInfo/PDB/Native/DbiStream.cpp
494 SRCS_EXT+= DebugInfo/PDB/Native/DbiStreamBuilder.cpp
495 SRCS_EXT+= DebugInfo/PDB/Native/EnumTables.cpp
496 SRCS_EXT+= DebugInfo/PDB/Native/GSIStreamBuilder.cpp
497 SRCS_EXT+= DebugInfo/PDB/Nativ
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDebugTypes.h35 enum TpiKind { Regular, PCH, UsingPCH, PDB, UsingPDB }; enumerator in enum:lld::coff::TpiSource::TpiKind
41 /// file to those in the destination PDB.
43 /// If the object file uses a type server PDB (compiled with /Zi), merge TPI
44 /// and IPI from the type server PDB and return a map for it. Each unique type
45 /// server PDB is merged at most once, so this may return an existing index
48 /// If the object does not use a type server PDB (compiled with /Z7), we merge
H A DDebugTypes.cpp19 #include "llvm/DebugInfo/PDB/GenericError.h"
20 #include "llvm/DebugInfo/PDB/Native/InfoStream.h"
21 #include "llvm/DebugInfo/PDB/Native/NativeSession.h"
22 #include "llvm/DebugInfo/PDB/Native/PDBFile.h"
23 #include "llvm/DebugInfo/PDB/Native/TpiStream.h"
32 // The TypeServerSource class represents a PDB type server, a file referenced by
33 // OBJ files compiled with MSVC /Zi. A single PDB can be shared by several OBJ
37 // debug type stream for such PDB files will be merged first in the final PDB,
42 : TpiSource(PDB, nullpt
[all...]
H A DPDB.cpp1 //===- PDB.cpp ------------------------------------------------------------===//
9 #include "PDB.h"
32 #include "llvm/DebugInfo/PDB/GenericError.h"
33 #include "llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h"
34 #include "llvm/DebugInfo/PDB/Native/DbiStream.h"
35 #include "llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h"
36 #include "llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h"
37 #include "llvm/DebugInfo/PDB/Native/InfoStream.h"
38 #include "llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h"
39 #include "llvm/DebugInfo/PDB/Nativ
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2859 Optional<PathDiagnosticBuilder> PDB = local
2862 if (PDB) {
2864 if (std::unique_ptr<PathDiagnostic> PD = PDB->generate(PC)) {

Completed in 207 milliseconds