| 474 | } // anonymous |
| 475 | |
| 476 | std::string getFormatDescriptor(Type const* Ty) |
| 477 | { |
| 478 | return getFormatDescriptorImpl(Ty, getBTyNativeFormatDescriptor, getPtrNativeFormatDescriptor); |
| 479 | } |
| 480 | |
| 481 | |
| 482 | std::string getPortableFormatDescriptor(Type const* Ty) |
no test coverage detected