| 368 | } |
| 369 | |
| 370 | std::string getPtrNativeFormatDescriptor(PointerType const*) |
| 371 | { |
| 372 | return "P"; |
| 373 | } |
| 374 | std::string getBTyPortableFormatDescriptor(BasicType const* BTy) |
| 375 | { |
| 376 | // We only used defined formats that have a standard size (see |
nothing calls this directly
no outgoing calls
no test coverage detected