Searched refs:bitcode (Results 1 – 4 of 4) sorted by relevance
42 int wave5_vpu_init_with_bitcode(struct device *dev, u8 *bitcode, size_t size) in wave5_vpu_init_with_bitcode() argument44 if (!bitcode || size == 0) in wave5_vpu_init_with_bitcode()47 return wave5_initialize_vpu(dev, bitcode, size); in wave5_vpu_init_with_bitcode()
844 int wave5_vpu_init_with_bitcode(struct device *dev, u8 *bitcode, size_t size);
788 this option, the compiler generates LLVM bitcode instead of ELF789 object files, and the actual compilation from bitcode happens at
557 -Cpanic=abort -Cembed-bitcode=n -Clto=n \