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

/freebsd-11-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-11-stable/lib/clang/libllvm/
H A DMakefile474 SRCS_EXT+= DebugInfo/PDB/GenericError.cpp
475 SRCS_EXT+= DebugInfo/PDB/IPDBSourceFile.cpp
476 SRCS_EXT+= DebugInfo/PDB/Native/DbiModuleDescriptor.cpp
477 SRCS_EXT+= DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
478 SRCS_EXT+= DebugInfo/PDB/Native/DbiModuleList.cpp
479 SRCS_EXT+= DebugInfo/PDB/Native/DbiStream.cpp
480 SRCS_EXT+= DebugInfo/PDB/Native/DbiStreamBuilder.cpp
481 SRCS_EXT+= DebugInfo/PDB/Native/EnumTables.cpp
482 SRCS_EXT+= DebugInfo/PDB/Native/GSIStreamBuilder.cpp
483 SRCS_EXT+= DebugInfo/PDB/Nativ
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDebugTypes.h32 enum TpiKind { Regular, PCH, UsingPCH, PDB, UsingPDB }; enumerator in enum:lld::coff::TpiSource::TpiKind
H A DDebugTypes.cpp15 #include "llvm/DebugInfo/PDB/GenericError.h"
16 #include "llvm/DebugInfo/PDB/Native/InfoStream.h"
17 #include "llvm/DebugInfo/PDB/Native/NativeSession.h"
18 #include "llvm/DebugInfo/PDB/Native/PDBFile.h"
28 // The TypeServerSource class represents a PDB type server, a file referenced by
29 // OBJ files compiled with MSVC /Zi. A single PDB can be shared by several OBJ
33 // debug type stream for such PDB files will be merged first in the final PDB,
38 : TpiSource(PDB, nullptr), session(s), mb(m) {}
40 // Queue a PDB typ
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2808 Optional<PathDiagnosticBuilder> PDB = local
2811 if (PDB) {
2813 if (std::unique_ptr<PathDiagnostic> PD = PDB->generate(PC)) {

Completed in 179 milliseconds