Searched refs:bitcode (Results 1 – 4 of 4) sorted by relevance
44 int wave5_vpu_init_with_bitcode(struct device *dev, u8 *bitcode, size_t size) in wave5_vpu_init_with_bitcode() argument46 if (!bitcode || size == 0) in wave5_vpu_init_with_bitcode()49 return wave5_initialize_vpu(dev, bitcode, size); in wave5_vpu_init_with_bitcode()
845 int wave5_vpu_init_with_bitcode(struct device *dev, u8 *bitcode, size_t size);
789 this option, the compiler generates LLVM bitcode instead of ELF790 object files, and the actual compilation from bitcode happens at
587 -Cpanic=abort -Cembed-bitcode=n -Clto=n \