| 91 | StringRef getStrtab() const { return Strtab; } |
| 92 | |
| 93 | StringRef getModuleIdentifier() const { return ModuleIdentifier; } |
| 94 | |
| 95 | /// Read the bitcode module and prepare for lazy deserialization of function |
| 96 | /// bodies. If ShouldLazyLoadMetadata is true, lazily load metadata as well. |
no outgoing calls