getBuffer | Return the raw bitcode bytes for this module. |
getLTOInfo | Returns information about the module to be used for LTO: whether to compile with ThinLTO, and whether it has a summary. |
getLazyModule | Read the bitcode module and prepare for lazy function deserialization. |
getModuleIdentifier | Return the module identifier string for this bitcode module. |
getStrtab | Return the string table used to interpret this module. |
getSummary | Parse the specified bitcode buffer, returning the module summary index. |
parseModule | Read the entire bitcode module and return it. |
readSummary | Parse the specified bitcode buffer and merge its module summary index into CombinedIndex. |
setModuleIdentifier | Assign a new module identifier to this bitcode module. |