Home
last modified time | relevance | path

Searched refs:PDB_SourceCompression (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp340 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SourceCompression, None, OS) in dumpPDBSourceCompression()
341 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SourceCompression, Huffman, OS) in dumpPDBSourceCompression()
342 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SourceCompression, LZ, OS) in dumpPDBSourceCompression()
343 CASE_OUTPUT_ENUM_CLASS_STR(PDB_SourceCompression, RunLengthEncoded, "RLE", in dumpPDBSourceCompression()
345 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SourceCompression, DotNet, OS) in dumpPDBSourceCompression()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp47 return PDB_SourceCompression::None; in getCompression()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h154 struct PDB_SourceCompression { struct
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp982 if (IS->getCompression() == PDB_SourceCompression::None) in dumpInjectedSources()