Searched refs:StreamName (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp73 std::string StreamName = ("/src/files/" + VName).str(); variable
78 auto ExpectedFileStream = File.safelyCreateNamedStream(StreamName);
H A DPDBFileBuilder.cpp116 Desc.StreamName = "/src/files/";
118 Desc.StreamName += VName;
201 SN = allocateNamedStream(IS.StreamName, IS.Content->getBufferSize());
252 uint32_t SN = cantFail(getNamedStreamIndex(IS.StreamName));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFileBuilder.h68 std::string StreamName; member in struct:llvm::pdb::PDBFileBuilder::InjectedSourceDescriptor
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h79 void printStreamNotPresent(StringRef StreamName);
H A DPdbYaml.h51 StringRef StreamName; member in struct:llvm::pdb::yaml::NamedStreamMapping
H A DPdbYaml.cpp174 IO.mapRequired("Name", Obj.StreamName);
H A DDumpOutputStyle.cpp79 void DumpOutputStyle::printStreamNotPresent(StringRef StreamName) { argument
81 P.formatLine("{0} stream not present", StreamName);

Completed in 146 milliseconds