| 170 | } |
| 171 | |
| 172 | const char * Processor::getCacheID() const |
| 173 | { |
| 174 | return getImpl()->getCacheID(); |
| 175 | } |
| 176 | |
| 177 | ConstProcessorRcPtr Processor::getOptimizedProcessor(OptimizationFlags oFlags) const |
| 178 | { |
nothing calls this directly
no test coverage detected