Home
last modified time | relevance | path

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

12

/src/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 …]
/src/lib/clang/libllvm/
H A DMakefile602 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 Daspeed-bmc-facebook-catalina.dts572 // 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 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.dts350 // PDB FRU
/src/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()
/src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.h25 PDB, enumerator
H A DStreamUtil.cpp102 Streams[StreamIdx] = stream(StreamPurpose::PDB, "PDB Stream", StreamIdx); in discoverStreamPurposes()
H A DExplainOutputStyle.cpp262 case StreamPurpose::PDB: { in explainPdbStreamOffset()
/src/contrib/llvm-project/lld/docs/
H A Dwindows_support.rst105 * ``/build-id``: Always generate GUID hash. When PDB is generated, LLD uses PDB
H A Dindex.rst12 Windows debug info (PDB) support. The WebAssembly port is still a work in
/src/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)
/src/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.md97 to the PDB library: **[D122226](https://reviews.llvm.org/D122226)**
/src/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
/src/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()
/src/contrib/libpcap/
H A DCMakeLists.txt3233 # 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 DOptions.td8842 HelpText<"Embed PDB in shader container (ignored)">;

12