/freebsd/contrib/llvm-project/llvm/include/ |
H A D | module.modulemap | 130 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 D | Makefile | 584 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 D | aspeed-bmc-facebook-catalina.dts | 528 // 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 D | aspeed-bmc-facebook-cloudripper.dts | 55 * PDB (Power Delivery Board). 423 * PCA9548 (8-0070) provides 8 channels connecting to PDB (Power
|
H A D | aspeed-bmc-facebook-minipack.dts | 76 * 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 D | aspeed-bmc-quanta-q71l.dts | 379 /* PDB FRU */
|
H A D | aspeed-bmc-facebook-fuji.dts | 55 * PDB-Left. 68 * PDB-Right.
|
H A D | aspeed-bmc-facebook-harma.dts | 316 // PDB FRU
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Options.td | 90 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 D | DebugTypes.h | 41 enum TpiKind : uint8_t { Regular, PCH, UsingPCH, PDB, PDBIpi, UsingPDB }; enumerator
|
H A D | Config.h | 107 PDB, enumerator
|
H A D | DebugTypes.cpp | 52 : TpiSource(ctx, PDB, nullptr), pdbInputFile(f) { in TypeServerSource() 686 if (kind == PDB) in mergeUniqueTypeRecords()
|
H A D | Driver.cpp | 2348 config->buildIDHash = BuildIDHash::PDB; in linkerMain()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | StreamUtil.h | 25 PDB, enumerator
|
H A D | StreamUtil.cpp | 1 //===- 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 D | ExplainOutputStyle.cpp | 17 #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 D | scientific | 108 # PDB: Protein Data Bank files 114 # The PDB file format is fixed-field, 80 columns. From the spec:
|
H A D | msdos | 328 >>(0x3c.l+22) leshort&0x0200 >0 (stripped to external PDB)
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | README.md | 97 to the PDB library: **[D122226](https://reviews.llvm.org/D122226)**
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | index.rst | 12 Windows debug info (PDB) support. The WebAssembly port is still a work in
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 2917 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 D | FREEBSD-Xlist | 418 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 D | CMakeLists.txt | 3206 # 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 D | Options.td | 8842 HelpText<"Embed PDB in shader container (ignored)">;
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 24851 @Article{Bongiovanni:1979:PDB,
|