Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp122 Desc.StreamName = "/src/files/"; in addInjectedSource()
124 Desc.StreamName += VName; in addInjectedSource()
207 SN = allocateNamedStream(IS.StreamName, IS.Content->getBufferSize()); in finalizeMsfLayout()
258 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()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFileBuilder.h69 std::string StreamName; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h72 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.cpp80 void DumpOutputStyle::printStreamNotPresent(StringRef StreamName) { in printStreamNotPresent() argument
82 P.formatLine("{0} stream not present", StreamName); in printStreamNotPresent()