Lines Matching full:bitcode
62 * Reads wrapper information from \p bitcode.
64 * \param bitcode - input bitcode string.
65 * \param bitcodeSize - length of \p bitcode string (in bytes).
67 BitcodeWrapper(const char *bitcode, size_t bitcodeSize);
72 * Attempt to unwrap the target bitcode. This function is \deprecated.
79 * \return type of bitcode file.
86 * \return header version of bitcode wrapper.
93 * \return target API version for this bitcode.
100 * \return compiler version that generated this bitcode.
107 * \return compiler optimization level for this bitcode.
116 * Helper function to emit just the bitcode wrapper returning the number of
120 * \param bitcodeSize - size of bitcode in bytes.
121 * \param targetAPI - target API version for this bitcode.
122 * \param compilerVersion - compiler version that generated this bitcode.
123 * \param optimizationLevel - compiler optimization level for this bitcode.