Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBInjectedSource.h36 virtual PDB_SourceCompression getCompression() const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAInjectedSource.h29 PDB_SourceCompression getCompression() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIAInjectedSource.cpp45 PDB_SourceCompression DIAInjectedSource::getCompression() const { in getCompression() function in DIAInjectedSource
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp892 Stream << IS->getCompression(); in dumpInjectedSources()