Home
last modified time | relevance | path

Searched refs:compiler_mode (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-cc.c162 u8 compiler_mode, plusplus_mode, lto_mode; member
603 aflcc->compiler_mode = LLVM; in compiler_mode_by_callname()
605 aflcc->compiler_mode = CLANG; in compiler_mode_by_callname()
616 aflcc->compiler_mode = LTO; in compiler_mode_by_callname()
626 aflcc->compiler_mode = GCC_PLUGIN; in compiler_mode_by_callname()
632 aflcc->compiler_mode = GCC; in compiler_mode_by_callname()
638 aflcc->compiler_mode = CLANG; in compiler_mode_by_callname()
660 if (aflcc->compiler_mode) { in compiler_mode_by_environ()
675 aflcc->compiler_mode = LTO; in compiler_mode_by_environ()
679 aflcc->compiler_mode = LLVM; in compiler_mode_by_environ()
[all …]