Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp51 Compress && zlib::isAvailable() && DoInstrProfNameCompression; in write()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h1152 extern cl::opt<bool> DoInstrProfNameCompression;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1012 DoInstrProfNameCompression)) { in emitNameData()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp170 cl::opt<bool> DoInstrProfNameCompression( variable