Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBInjectedSource.h33 virtual uint32_t getCompression() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.h28 uint32_t getCompression() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp44 uint32_t DIAInjectedSource::getCompression() const { in getCompression() function in DIAInjectedSource
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp66 uint32_t getCompression() const override { return Entry.Compression; } in getCompression() function in llvm::pdb::__anon70d5adbe0111::NativeInjectedSource
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp973 IS->getCompression()); in dumpInjectedSources()
982 if (IS->getCompression() == PDB_SourceCompression::None) in dumpInjectedSources()