Home
last modified time | relevance | path

Searched refs:MaxCompressionSize (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.h78 int32_t CSize = MaxCompressionSize) {
214 static int32_t MaxCompressionSize;
H A DProfileGenerator.cpp33 cl::location(llvm::sampleprof::CSProfileGenerator::MaxCompressionSize));
60 int32_t CSProfileGenerator::MaxCompressionSize = -1; member in llvm::sampleprof::CSProfileGenerator
H A DPerfReader.cpp268 if (CSProfileGenerator::MaxCompressionSize < -1) { in validateCommandLine()