Home
last modified time | relevance | path

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

12345678910>>...21

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPdbYaml.cpp21 using namespace llvm::pdb;
22 using namespace llvm::pdb::yaml;
25 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::pdb::yaml::NamedStreamMapping)
26 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::pdb::yaml::PdbDbiModuleInfo)
27 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::pdb::yaml::StreamBlockList)
28 LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR(llvm::pdb::PdbRaw_FeatureSig)
33 template <> struct ScalarEnumerationTraits<llvm::pdb::PDB_Machine> {
34 static void enumeration(IO &io, llvm::pdb::PDB_Machine &Value) { in enumeration()
57 template <> struct ScalarEnumerationTraits<llvm::pdb::PdbRaw_DbiVer> {
58 static void enumeration(IO &io, llvm::pdb::PdbRaw_DbiVer &Value) { in enumeration()
[all …]
H A DExplainOutputStyle.cpp29 using namespace llvm::pdb;
91 return FileOffset / File.pdb().getBlockSize(); in pdbBlockIndex()
95 uint64_t BlockStart = pdbBlockIndex() * File.pdb().getBlockSize(); in pdbBlockOffset()
105 return ((pdbBlockIndex() - 1) % File.pdb().getBlockSize() == 0); in isPdbFpm1()
108 return ((pdbBlockIndex() - 2) % File.pdb().getBlockSize() == 0); in isPdbFpm2()
116 return pdbBlockIndex() == File.pdb().getBlockMapIndex(); in isPdbBlockMapBlock()
120 const auto &Layout = File.pdb().getMsfLayout(); in isPdbStreamDirectoryBlock()
125 const auto &Layout = File.pdb().getMsfLayout(); in getPdbBlockStreamIndex()
135 if (FileOffset >= File.pdb().getFileSize()) { in explainPdbBlockStatus()
137 FileOffset, File.pdb().getFileSize()); in explainPdbBlockStatus()
[all …]
H A DPdbYaml.h33 namespace pdb {
118 LLVM_YAML_DECLARE_MAPPING_TRAITS(pdb::yaml::PdbObject)
119 LLVM_YAML_DECLARE_MAPPING_TRAITS(pdb::yaml::MSFHeaders)
121 LLVM_YAML_DECLARE_MAPPING_TRAITS(pdb::yaml::StreamBlockList)
122 LLVM_YAML_DECLARE_MAPPING_TRAITS(pdb::yaml::PdbInfoStream)
123 LLVM_YAML_DECLARE_MAPPING_TRAITS(pdb::yaml::PdbDbiStream)
124 LLVM_YAML_DECLARE_MAPPING_TRAITS(pdb::yaml::PdbTpiStream)
125 LLVM_YAML_DECLARE_MAPPING_TRAITS(pdb::yaml::PdbPublicsStream)
126 LLVM_YAML_DECLARE_MAPPING_TRAITS(pdb::yaml::NamedStreamMapping)
127 LLVM_YAML_DECLARE_MAPPING_TRAITS(pdb::yaml::PdbModiStream)
[all …]
H A DFormatUtil.cpp19 using namespace llvm::pdb;
21 std::string llvm::pdb::truncateStringBack(StringRef S, uint32_t MaxLen) { in truncateStringBack()
31 std::string llvm::pdb::truncateStringMiddle(StringRef S, uint32_t MaxLen) { in truncateStringMiddle()
42 std::string llvm::pdb::truncateStringFront(StringRef S, uint32_t MaxLen) { in truncateStringFront()
51 std::string llvm::pdb::truncateQuotedNameFront(StringRef Label, StringRef Name, in truncateQuotedNameFront()
62 std::string llvm::pdb::truncateQuotedNameBack(StringRef Label, StringRef Name, in truncateQuotedNameBack()
73 std::string llvm::pdb::typesetItemList(ArrayRef<std::string> Opts, in typesetItemList()
91 std::string llvm::pdb::typesetStringList(uint32_t IndentLevel, in typesetStringList()
101 std::string llvm::pdb::formatChunkKind(DebugSubsectionKind Kind, in formatChunkKind()
148 std::string llvm::pdb::formatSymbolKind(SymbolKind K) { in formatSymbolKind()
[all …]
H A DInputFile.cpp32 using namespace llvm::pdb;
171 auto StringTable = File->pdb().getStringTable(); in initializeForPdb()
179 auto MDS = getModuleDebugStream(File->pdb(), Name, Modi); in initializeForPdb()
275 if (Magic == file_magic::pdb) { in open()
302 PDBFile &InputFile::pdb() { in pdb() function in InputFile
307 const PDBFile &InputFile::pdb() const { in pdb() function in InputFile
334 return pdb().getFilePath(); in getFilePath()
343 return pdb().hasPDBTpiStream(); in hasTypes()
356 return pdb().hasPDBIpiStream(); in hasIds()
375 assert(isPdb() && pdb().hasPDBIpiStream()); in getOrCreateTypeCollection()
[all …]
H A DTypeReferenceTracker.cpp18 using namespace llvm::pdb;
45 Tpi = &cantFail(File.pdb().getPDBTpiStream()); in TypeReferenceTracker()
76 if (File.isPdb() && File.pdb().hasPDBGlobalsStream()) { in mark()
77 SymbolStream &SymStream = cantFail(File.pdb().getPDBSymbolStream()); in mark()
78 GlobalsStream &GS = cantFail(File.pdb().getPDBGlobalsStream()); in mark()
H A DMinimalTypeDumper.h20 namespace pdb {
32 pdb::TpiStream *Stream) in MinimalTypeDumpVisitor()
61 pdb::TypeReferenceTracker *RefTracker = nullptr;
65 pdb::TpiStream *Stream = nullptr;
H A Dllvm-pdbutil.h25 namespace pdb {
31 typedef llvm::PointerUnion<object::COFFObjectFile *, pdb::PDBFile *>
72 const std::unique_ptr<llvm::pdb::PDBSymbolFunc> &F1,
73 const std::unique_ptr<llvm::pdb::PDBSymbolFunc> &F2);
74 bool compareDataSymbols(const std::unique_ptr<llvm::pdb::PDBSymbolData> &F1,
75 const std::unique_ptr<llvm::pdb::PDBSymbolData> &F2);
H A DInputFile.h32 namespace pdb {
64 PDBFile &pdb();
65 const PDBFile &pdb() const;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DFormatters.h25 template <> struct format_provider<pdb::PdbRaw_ImplVer> {
26 static void format(const pdb::PdbRaw_ImplVer &V, llvm::raw_ostream &Stream,
29 FORMAT_CASE(pdb::PdbRaw_ImplVer::PdbImplVC110, "VC110")
30 FORMAT_CASE(pdb::PdbRaw_ImplVer::PdbImplVC140, "VC140")
31 FORMAT_CASE(pdb::PdbRaw_ImplVer::PdbImplVC2, "VC2")
32 FORMAT_CASE(pdb::PdbRaw_ImplVer::PdbImplVC4, "VC4")
33 FORMAT_CASE(pdb::PdbRaw_ImplVer::PdbImplVC41, "VC41")
34 FORMAT_CASE(pdb::PdbRaw_ImplVer::PdbImplVC50, "VC50")
35 FORMAT_CASE(pdb::PdbRaw_ImplVer::PdbImplVC70, "VC70")
36 FORMAT_CASE(pdb::PdbRaw_ImplVer::PdbImplVC70Dep, "VC70Dep")
[all …]
H A DDbiModuleDescriptor.h21 namespace pdb {
58 template <> struct VarStreamArrayExtractor<pdb::DbiModuleDescriptor> {
60 pdb::DbiModuleDescriptor &Info) {
61 if (auto EC = pdb::DbiModuleDescriptor::initialize(Stream, Info))
H A DRawError.h17 namespace pdb {
38 struct is_error_code_enum<llvm::pdb::raw_error_code> : std::true_type {};
42 namespace pdb {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp14 using namespace llvm::pdb;
24 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<()
44 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<()
71 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<()
103 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_DataKind &Data) { in operator <<()
119 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<()
168 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_LocType &Loc) { in operator <<()
188 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<()
202 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<()
213 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_Lang &Lang) { in operator <<()
[all …]
H A DPDB.cpp21 using namespace llvm::pdb;
23 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB()
36 Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path, in loadDataForEXE()
/netbsd-src/crypto/external/bsd/heimdal/dist/packages/windows/assembly/
H A DNTMakefile65 $(ASMKRBDIR)\heimdal.pdb \
66 $(ASMKRBDIR)\com_err.pdb \
67 $(ASMKRBDIR)\heimntlm.pdb \
68 $(ASMKRBDIR)\gssapi.pdb \
69 $(ASMKRBDIR)\libhdb.pdb \
70 $(ASMKRBDIR)\libkadm5srv.pdb
125 {$(BINDIR)}.pdb{$(ASMKRBDIR)}.pdb:
184 .SUFFIXES: .dll .pdb
/netbsd-src/external/gpl2/gmake/dist/
H A Dbuild_w32.bat31 …FIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c variable.c
33 …_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c rule.c
35 …_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c remote-stub.c
37 …FIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c commands.c
39 …_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c file.c
41 …G_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c getloadavg.c
43 …NFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c default.c
45 …NFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c signame.c
47 …ONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c expand.c
49 …E_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c dir.c
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAError.h16 namespace pdb {
30 struct is_error_code_enum<llvm::pdb::dia_error_code> : std::true_type {};
34 namespace pdb {
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DGenericError.h15 namespace pdb {
30 struct is_error_code_enum<llvm::pdb::pdb_error_code> : std::true_type {};
34 namespace pdb {
/netbsd-src/external/gpl3/binutils/dist/zlib/win32/
H A DREADME-WIN32.txt33 example.pdb Symbolic information for debugging example.exe
36 example_d.pdb Symbolic information for debugging example_d.exe
39 minigzip.pdb Symbolic information for debugging minigzip.exe
42 minigzip_d.pdb Symbolic information for debugging minigzip_d.exe
51 zlib.pdb into compiled programs, without zlib1.dll runtime dependency
52 (zlib.pdb provides debugging info to the compile time linker)
56 zlib1.pdb Install in the same directory as zlib1.dll, in order to debug
59 All .pdb files above are entirely optional, but are very useful to a developer
/netbsd-src/external/gpl3/gdb/dist/zlib/win32/
H A DREADME-WIN32.txt33 example.pdb Symbolic information for debugging example.exe
36 example_d.pdb Symbolic information for debugging example_d.exe
39 minigzip.pdb Symbolic information for debugging minigzip.exe
42 minigzip_d.pdb Symbolic information for debugging minigzip_d.exe
51 zlib.pdb into compiled programs, without zlib1.dll runtime dependency
52 (zlib.pdb provides debugging info to the compile time linker)
56 zlib1.pdb Install in the same directory as zlib1.dll, in order to debug
59 All .pdb files above are entirely optional, but are very useful to a developer
/netbsd-src/external/gpl3/binutils.old/dist/zlib/win32/
H A DREADME-WIN32.txt33 example.pdb Symbolic information for debugging example.exe
36 example_d.pdb Symbolic information for debugging example_d.exe
39 minigzip.pdb Symbolic information for debugging minigzip.exe
42 minigzip_d.pdb Symbolic information for debugging minigzip_d.exe
51 zlib.pdb into compiled programs, without zlib1.dll runtime dependency
52 (zlib.pdb provides debugging info to the compile time linker)
56 zlib1.pdb Install in the same directory as zlib1.dll, in order to debug
59 All .pdb files above are entirely optional, but are very useful to a developer
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DHash.cpp20 uint32_t pdb::hashStringV1(StringRef Str) { in hashStringV1()
56 uint32_t pdb::hashStringV2(StringRef Str) { in hashStringV2()
80 uint32_t pdb::hashBufferV8(ArrayRef<uint8_t> Buf) { in hashBufferV8()
H A DHashTable.cpp22 using namespace llvm::pdb;
24 Error llvm::pdb::readSparseBitVector(BinaryStreamReader &Stream, in readSparseBitVector()
46 Error llvm::pdb::writeSparseBitVector(BinaryStreamWriter &Writer, in writeSparseBitVector()
H A DTpiHashing.cpp17 using namespace llvm::pdb;
88 Expected<TagRecordHash> llvm::pdb::hashTagRecord(const codeview::CVType &Type) { in hashTagRecord()
105 Expected<uint32_t> llvm::pdb::hashTypeRecord(const CVType &Rec) { in hashTypeRecord()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dpdb.c166 add_stream (bfd *pdb, const char *name, uint16_t *stream_num) in add_stream() argument
171 stream = bfd_create (name ? name : "", pdb); in add_stream()
181 if (!pdb->archive_head) in add_stream()
183 bfd_set_archive_head (pdb, stream); in add_stream()
188 bfd *b = pdb->archive_head; in add_stream()
212 create_old_directory_stream (bfd *pdb) in create_old_directory_stream() argument
217 stream = add_stream (pdb, NULL, NULL); in create_old_directory_stream()
264 populate_info_stream (bfd *pdb, bfd *info_stream, const unsigned char *guid) in populate_info_stream() argument
299 for (bfd *b = pdb->archive_head; b; b = b->archive_next) in populate_info_stream()
315 for (bfd *b = pdb->archive_head; b; b = b->archive_next) in populate_info_stream()
[all …]

12345678910>>...21