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.cpp124 Desc.StreamName = "/src/files/"; in addInjectedSource()
126 Desc.StreamName += VName; in addInjectedSource()
210 SN = allocateNamedStream(IS.StreamName, IS.Content->getBufferSize()); in finalizeMsfLayout()
262 uint32_t SN = cantFail(getNamedStreamIndex(IS.StreamName)); in commitInjectedSources()
H A DNativeEnumInjectedSources.cpp75 std::string StreamName = ("/src/files/" + VName).str(); in getCode() local
80 auto ExpectedFileStream = File.safelyCreateNamedStream(StreamName); in getCode()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h70 void printStreamNotPresent(StringRef StreamName);
H A DPdbYaml.h48 StringRef StreamName; member
H A DPdbYaml.cpp181 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFileBuilder.h71 std::string StreamName; member