Searched refs:basicCompileOptions (Results 1 – 3 of 3) sorted by relevance
73 memcpy(&options, &header.basicCompileOptions, offsetof(ShCompileOptions, metal)); in LLVMFuzzerTestOneInput()
418 uint8_t basicCompileOptions[32]; member
129 memcpy(&header.basicCompileOptions, &options, offsetof(ShCompileOptions, metal)); in DumpFuzzerCase()130 static_assert(offsetof(ShCompileOptions, metal) <= sizeof(header.basicCompileOptions)); in DumpFuzzerCase()