Home
last modified time | relevance | path

Searched refs:PDB (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap130 umbrella "llvm/DebugInfo/PDB"
137 exclude header "llvm/DebugInfo/PDB/DIA/DIADataStream.h"
138 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h"
139 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h"
140 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h"
141 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h"
142 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h"
143 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h"
144 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h"
145 exclude header "llvm/DebugInfo/PDB/DIA/DIAEnumTables.h"
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile584 SRCS_EXT+= DebugInfo/PDB/GenericError.cpp
585 SRCS_EXT+= DebugInfo/PDB/IPDBSourceFile.cpp
586 SRCS_EXT+= DebugInfo/PDB/Native/DbiModuleDescriptor.cpp
587 SRCS_EXT+= DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
588 SRCS_EXT+= DebugInfo/PDB/Native/DbiModuleList.cpp
589 SRCS_EXT+= DebugInfo/PDB/Native/DbiStream.cpp
590 SRCS_EXT+= DebugInfo/PDB/Native/DbiStreamBuilder.cpp
591 SRCS_EXT+= DebugInfo/PDB/Native/EnumTables.cpp
592 SRCS_EXT+= DebugInfo/PDB/Native/FormatUtil.cpp
593 SRCS_EXT+= DebugInfo/PDB/Native/GSIStreamBuilder.cpp
[all …]
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-facebook-catalina.dts528 // PDB FRU EEPROM
534 // PDB TEMP SENSOR
545 // PDB IOEXP
766 // PDB CPLD IOEXP 0x10
776 // PDB CPLD IOEXP 0x11
786 // PDB CPLD IOEXP 0x12
796 // PDB CPLD IOEXP 0x13
806 // PDB CPLD IOEXP 0x14
816 // PDB CPLD IOEXP 0x15
H A Daspeed-bmc-facebook-cloudripper.dts55 * PDB (Power Delivery Board).
423 * PCA9548 (8-0070) provides 8 channels connecting to PDB (Power
H A Daspeed-bmc-facebook-minipack.dts76 * connecting to left PDB (Power Distribution Board).
89 * connecting to right PDB (Power Distribution Board).
436 * I2C Switch 8-0070 channel #0: connecting to left PDB
502 * I2C Switch 8-0070 channel #1: connecting to right PDB
H A Daspeed-bmc-quanta-q71l.dts379 /* PDB FRU */
H A Daspeed-bmc-facebook-fuji.dts55 * PDB-Left.
68 * PDB-Right.
H A Daspeed-bmc-facebook-harma.dts316 // PDB FRU
/freebsd/contrib/llvm-project/lld/COFF/
H A DOptions.td90 def natvis : P<"natvis", "Path to natvis file to embed in the PDB">;
91 def pdb : P<"pdb", "PDB file path">;
92 def pdbaltpath : P<"pdbaltpath", "PDB file path to embed in the image">;
93 def pdbpagesize : P<"pdbpagesize", "PDB page size">;
94 def pdbstripped : P<"pdbstripped", "Stripped PDB file path">;
97 HelpText<"Embed the contents of <file> in the PDB as named stream <name>">;
246 "Base path used to make relative source file path absolute in PDB">;
308 "Generate build ID (always on when generating PDB)",
H A DDebugTypes.h41 enum TpiKind : uint8_t { Regular, PCH, UsingPCH, PDB, PDBIpi, UsingPDB }; enumerator
H A DConfig.h107 PDB, enumerator
H A DDebugTypes.cpp52 : TpiSource(ctx, PDB, nullptr), pdbInputFile(f) { in TypeServerSource()
686 if (kind == PDB) in mergeUniqueTypeRecords()
H A DDriver.cpp2348 config->buildIDHash = BuildIDHash::PDB; in linkerMain()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.h25 PDB, enumerator
H A DStreamUtil.cpp1 //===- StreamUtil.cpp - PDB stream utilities --------------------*- C++ -*-===//
12 #include "llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h"
13 #include "llvm/DebugInfo/PDB/Native/DbiModuleList.h"
14 #include "llvm/DebugInfo/PDB/Native/DbiStream.h"
15 #include "llvm/DebugInfo/PDB/Native/FormatUtil.h"
16 #include "llvm/DebugInfo/PDB/Native/InfoStream.h"
17 #include "llvm/DebugInfo/PDB/Native/PDBFile.h"
18 #include "llvm/DebugInfo/PDB/Native/TpiStream.h"
102 Streams[StreamIdx] = stream(StreamPurpose::PDB, "PDB Strea in discoverStreamPurposes()
[all...]
H A DExplainOutputStyle.cpp17 #include "llvm/DebugInfo/PDB/Native/DbiStream.h"
18 #include "llvm/DebugInfo/PDB/Native/FormatUtil.h"
19 #include "llvm/DebugInfo/PDB/Native/InfoStream.h"
20 #include "llvm/DebugInfo/PDB/Native/InputFile.h"
21 #include "llvm/DebugInfo/PDB/Native/NativeSession.h"
22 #include "llvm/DebugInfo/PDB/Native/PDBFile.h"
23 #include "llvm/DebugInfo/PDB/Native/RawTypes.h"
262 case StreamPurpose::PDB: { in explainPdbStreamOffset()
442 printStructField(P, "the PDB Stream Version Signature", in explainPdbStreamHeaderOffset()
445 printStructField(P, "the signature of the PDB Strea in explainPdbStreamHeaderOffset()
[all...]
/freebsd/contrib/file/magic/Magdir/
H A Dscientific108 # PDB: Protein Data Bank files
114 # The PDB file format is fixed-field, 80 columns. From the spec:
H A Dmsdos328 >>(0x3c.l+22) leshort&0x0200 >0 (stripped to external PDB)
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.md97 to the PDB library: **[D122226](https://reviews.llvm.org/D122226)**
/freebsd/contrib/llvm-project/lld/docs/
H A Dindex.rst12 Windows debug info (PDB) support. The WebAssembly port is still a work in
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2917 std::optional<PathDiagnosticBuilder> PDB = in generatePathDiagnostics() local
2920 if (PDB) { in generatePathDiagnostics()
2922 if (std::unique_ptr<PathDiagnostic> PD = PDB->generate(PC)) { in generatePathDiagnostics()
/freebsd/contrib/llvm-project/
H A DFREEBSD-Xlist418 lldb/source/Plugins/ObjectFile/PDB/CMakeLists.txt
465 lldb/source/Plugins/SymbolFile/PDB/CMakeLists.txt
570 llvm/lib/DebugInfo/PDB/CMakeLists.txt
/freebsd/contrib/libpcap/
H A DCMakeLists.txt3206 # its PDB file's output directory for installation.
3207 # cmake doesn't offer a generator expression for PDB files generated by the
3210 # this will search for the PDB file in the compiler's initial output directory,
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td8842 HelpText<"Embed PDB in shader container (ignored)">;
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in24851 @Article{Bongiovanni:1979:PDB,