Home
last modified time | relevance | path

Searched refs:pdb2yaml (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DYAMLOutputStyle.cpp32 return any_of(opts::pdb2yaml::DumpModuleSubsections, in checkModuleSubsection()
40 Out.setWriteDefaultValues(!opts::pdb2yaml::Minimal); in YAMLOutputStyle()
44 if (opts::pdb2yaml::StreamDirectory) in dump()
45 opts::pdb2yaml::StreamMetadata = true; in dump()
77 if (opts::pdb2yaml::NoFileHeaders) in dumpFileHeaders()
90 opts::pdb2yaml::StreamMetadata ? File.getNumStreams() : 0; in dumpFileHeaders()
99 bool RequiresStringTable = opts::pdb2yaml::DumpModuleFiles || in dumpStringTable()
100 !opts::pdb2yaml::DumpModuleSubsections.empty(); in dumpStringTable()
101 bool RequestedStringTable = opts::pdb2yaml::StringTable; in dumpStringTable()
123 if (!opts::pdb2yaml::StreamMetadata) in dumpStreamMetadata()
[all …]
Dllvm-pdbutil.cpp559 namespace pdb2yaml { namespace
1351 if (opts::pdb2yaml::All) { in main()
1352 opts::pdb2yaml::StreamMetadata = true; in main()
1353 opts::pdb2yaml::StreamDirectory = true; in main()
1354 opts::pdb2yaml::PdbStream = true; in main()
1355 opts::pdb2yaml::StringTable = true; in main()
1356 opts::pdb2yaml::DbiStream = true; in main()
1357 opts::pdb2yaml::TpiStream = true; in main()
1358 opts::pdb2yaml::IpiStream = true; in main()
1359 opts::pdb2yaml::DumpModules = true; in main()
[all …]
Dllvm-pdbutil.h177 namespace pdb2yaml {
/external/llvm/tools/llvm-pdbdump/
DYAMLOutputStyle.cpp26 if (opts::pdb2yaml::StreamDirectory || opts::pdb2yaml::PdbStream || in dump()
27 opts::pdb2yaml::DbiStream) in dump()
28 opts::pdb2yaml::StreamMetadata = true; in dump()
50 if (opts::pdb2yaml::NoFileHeaders) in dumpFileHeaders()
64 opts::pdb2yaml::StreamMetadata ? File.getNumStreams() : 0; in dumpFileHeaders()
73 if (!opts::pdb2yaml::StreamMetadata) in dumpStreamMetadata()
81 if (!opts::pdb2yaml::StreamDirectory) in dumpStreamDirectory()
96 if (!opts::pdb2yaml::PdbStream) in dumpPDBStream()
114 if (!opts::pdb2yaml::DbiStream) in dumpDbiStream()
Dllvm-pdbdump.h59 namespace pdb2yaml {
Dllvm-pdbdump.cpp267 namespace pdb2yaml { namespace
547 pdb2Yaml(opts::pdb2yaml::InputFilename.front()); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Dpdbdump-write.test13 ; RUN: llvm-pdbutil pdb2yaml -stream-metadata -stream-directory \
16 ; RUN: llvm-pdbutil pdb2yaml -pdb-stream -tpi-stream \
18 ; RUN: llvm-pdbutil pdb2yaml -pdb-stream -tpi-stream \
Dpdbdump-source-names.test11 RUN: llvm-pdbutil pdb2yaml -module-files %t/source-names-1.pdb \
14 RUN: llvm-pdbutil pdb2yaml -module-files %t/source-names-2.pdb \
Dpdbdump-yaml.test1 ; RUN: llvm-pdbutil pdb2yaml -stream-metadata -stream-directory -string-table -pdb-stream \
3 ; RUN: llvm-pdbutil pdb2yaml -no-file-headers -stream-metadata -stream-directory -pdb-stream \
Dpdb-unknown-symbol.test2 ; RUN: llvm-pdbutil pdb2yaml -minimal -module-syms -no-file-headers %t.pdb | FileCheck %s
Dpdb-minimal-construct.test10 ; RUN: llvm-pdbutil pdb2yaml -minimal -module-syms -no-file-headers %t.pdb > %t.pdb.yaml
Dpdbdump-readwrite.test1 RUN: llvm-pdbutil pdb2yaml -modules -module-files -dbi-stream \
Dpdbdump-debug-subsections.test2 ; RUN: llvm-pdbutil pdb2yaml -all -no-file-headers %t.pdb | FileCheck --check-prefix=YAML %s
Dpdb-yaml-symbols.test1 ; RUN: llvm-pdbutil pdb2yaml -module-syms %p/Inputs/empty.pdb \
Devery-type.test14 RUN: llvm-pdbutil pdb2yaml -tpi-stream -ipi-stream %p/Inputs/every-type.pdb > %t.pdb.yaml
Dpdbdump-yaml-types.test1 ; RUN: llvm-pdbutil pdb2yaml -tpi-stream %p/Inputs/empty.pdb \
/external/llvm/test/DebugInfo/PDB/
Dpdbdump-write.test10 ; RUN: llvm-pdbdump pdb2yaml -stream-metadata -stream-directory -pdb-stream %p/Inputs/empty.pdb > %…
12 ; RUN: llvm-pdbdump pdb2yaml -stream-metadata -stream-directory -pdb-stream %t.2 > %t.3
Dpdbdump-yaml.test1 ; RUN: llvm-pdbdump pdb2yaml -stream-metadata -stream-directory -pdb-stream %p/Inputs/empty.pdb \
3 ; RUN: llvm-pdbdump pdb2yaml -no-file-headers -stream-metadata -stream-directory -pdb-stream \
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllvm-pdbutil.rst530 pdb2yaml section in Subcommands
533 USAGE: :program:`llvm-pdbutil` pdb2yaml [*options*] <input PDB file>
535 .. program:: llvm-pdbutil pdb2yaml
556 here. Instead, use :ref:`llvm-pdbutil pdb2yaml <pdb2yaml_subcommand>` and argument