Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp125 Desc.StreamName = "/src/files/"; in addInjectedSource()
127 Desc.StreamName += VName; in addInjectedSource()
211 SN = allocateNamedStream(IS.StreamName, IS.Content->getBufferSize()); in finalizeMsfLayout()
263 uint32_t SN = cantFail(getNamedStreamIndex(IS.StreamName)); in commitInjectedSources()
H A DNativeEnumInjectedSources.cpp76 std::string StreamName = ("/src/files/" + VName).str(); in getCode() local
81 auto ExpectedFileStream = File.safelyCreateNamedStream(StreamName); in getCode()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFileBuilder.h69 std::string StreamName; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h70 void printStreamNotPresent(StringRef StreamName);
H A DPdbYaml.h47 StringRef StreamName; member
H A DPdbYaml.cpp174 IO.mapRequired("Name", Obj.StreamName); in mapping()
H A DDumpOutputStyle.cpp81 void DumpOutputStyle::printStreamNotPresent(StringRef StreamName) { in printStreamNotPresent() argument
83 P.formatLine("{0} stream not present", StreamName); in printStreamNotPresent()