Searched refs:StreamDirectory (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp234 std::vector<Directory> StreamDirectory(Obj.Streams.size());
236 File.allocateArray(makeArrayRef(StreamDirectory));
237 Obj.Header.NumberOfStreams = StreamDirectory.size();
240 StreamDirectory[Stream.index()] = layout(File, *Stream.value());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp46 if (opts::pdb2yaml::StreamDirectory)
138 if (!opts::pdb2yaml::StreamDirectory)
H A Dllvm-pdbutil.h191 extern llvm::cl::opt<bool> StreamDirectory;
H A Dllvm-pdbutil.cpp649 cl::opt<bool> StreamDirectory(
1484 opts::pdb2yaml::StreamDirectory = true; member in class:opts::pdb2yaml

Completed in 54 milliseconds