| /src/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 …]
|
| /src/lib/clang/libllvm/ |
| H A D | Makefile | 602 SRCS_EXT+= DebugInfo/PDB/GenericError.cpp 603 SRCS_EXT+= DebugInfo/PDB/IPDBSourceFile.cpp 604 SRCS_EXT+= DebugInfo/PDB/Native/DbiModuleDescriptor.cpp 605 SRCS_EXT+= DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp 606 SRCS_EXT+= DebugInfo/PDB/Native/DbiModuleList.cpp 607 SRCS_EXT+= DebugInfo/PDB/Native/DbiStream.cpp 608 SRCS_EXT+= DebugInfo/PDB/Native/DbiStreamBuilder.cpp 609 SRCS_EXT+= DebugInfo/PDB/Native/EnumTables.cpp 610 SRCS_EXT+= DebugInfo/PDB/Native/FormatUtil.cpp 611 SRCS_EXT+= DebugInfo/PDB/Native/GSIStreamBuilder.cpp [all …]
|
| /src/sys/contrib/device-tree/src/arm/aspeed/ |
| H A D | aspeed-bmc-facebook-catalina.dts | 572 // PDB FRU EEPROM 578 // PDB TEMP SENSOR 589 // PDB IOEXP 872 // PDB CPLD IOEXP 0x10 882 // PDB CPLD IOEXP 0x11 892 // PDB CPLD IOEXP 0x12 902 // PDB CPLD IOEXP 0x13 912 // PDB CPLD IOEXP 0x14 922 // 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 | 350 // PDB FRU
|
| /src/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()
|
| /src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | StreamUtil.h | 25 PDB, enumerator
|
| H A D | StreamUtil.cpp | 102 Streams[StreamIdx] = stream(StreamPurpose::PDB, "PDB Stream", StreamIdx); in discoverStreamPurposes()
|
| H A D | ExplainOutputStyle.cpp | 262 case StreamPurpose::PDB: { in explainPdbStreamOffset()
|
| /src/contrib/llvm-project/lld/docs/ |
| H A D | windows_support.rst | 105 * ``/build-id``: Always generate GUID hash. When PDB is generated, LLD uses PDB
|
| H A D | index.rst | 12 Windows debug info (PDB) support. The WebAssembly port is still a work in
|
| /src/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)
|
| /src/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | README.md | 97 to the PDB library: **[D122226](https://reviews.llvm.org/D122226)**
|
| /src/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
|
| /src/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()
|
| /src/contrib/libpcap/ |
| H A D | CMakeLists.txt | 3233 # its PDB file's output directory for installation. 3234 # cmake doesn't offer a generator expression for PDB files generated by the 3237 # this will search for the PDB file in the compiler's initial output directory,
|
| /src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 8842 HelpText<"Embed PDB in shader container (ignored)">;
|