Home
last modified time | relevance | path

Searched refs:YamlPdbOutputFile (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp259 YamlPdbOutputFile("pdb", cl::desc("the name of the PDB file to write"), variable
318 opts::yaml2pdb::YamlPdbOutputFile, YamlObj.Headers->FileSize); in yamlToPdb()
321 opts::yaml2pdb::YamlPdbOutputFile)); in yamlToPdb()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp551 YamlPdbOutputFile("pdb", cl::desc("the name of the PDB file to write"), variable
784 ExitOnErr(Builder.commit(opts::yaml2pdb::YamlPdbOutputFile)); in yamlToPdb()
1379 if (opts::yaml2pdb::YamlPdbOutputFile.empty()) { in main()
1382 opts::yaml2pdb::YamlPdbOutputFile = OutputFilename.str(); in main()