Home
last modified time | relevance | path

Searched defs:StreamName (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFileBuilder.h69 std::string StreamName; member
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp75 std::string StreamName = ("/src/files/" + VName).str(); in getCode() local
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h47 StringRef StreamName; member
H A DDumpOutputStyle.cpp80 void DumpOutputStyle::printStreamNotPresent(StringRef StreamName) { in printStreamNotPresent()