OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pdb2yaml
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
YAMLOutputStyle.cpp
34
return any_of(opts::
pdb2yaml
::DumpModuleSubsections,
42
Out.setWriteDefaultValues(!opts::
pdb2yaml
::Minimal);
46
if (opts::
pdb2yaml
::StreamDirectory)
47
opts::
pdb2yaml
::StreamMetadata = true;
82
if (opts::
pdb2yaml
::NoFileHeaders)
95
opts::
pdb2yaml
::StreamMetadata ? File.getNumStreams() : 0;
104
bool RequiresStringTable = opts::
pdb2yaml
::DumpModuleFiles ||
105
!opts::
pdb2yaml
::DumpModuleSubsections.empty();
106
bool RequestedStringTable = opts::
pdb2yaml
::StringTable;
128
if (!opts::
pdb2yaml
::StreamMetadata
[
all
...]
llvm-pdbutil.cpp
115
PdbToYamlSubcommand("
pdb2yaml
",
634
namespace
pdb2yaml
{
namespace in namespace:opts
693
} // namespace
pdb2yaml
866
static void
pdb2Yaml
(StringRef Path) {
1481
if (opts::
pdb2yaml
::All) {
1482
opts::
pdb2yaml
::StreamMetadata = true;
1483
opts::
pdb2yaml
::StreamDirectory = true;
1484
opts::
pdb2yaml
::PdbStream = true;
1485
opts::
pdb2yaml
::StringTable = true;
1486
opts::
pdb2yaml
::DbiStream = true
[
all
...]
llvm-pdbutil.h
186
namespace
pdb2yaml
{
namespace in namespace:opts
203
} // namespace
pdb2yaml
Completed in 18 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026