Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp174 OptLevelOs("Os", cl::desc("Like -O2 but size-conscious. Similar to clang " variable
809 if (OptLevelOs) in main()
878 if (OptLevelO0 || OptLevelO1 || OptLevelO2 || OptLevelOs || OptLevelOz || in main()
933 if (OptLevelOs && OptLevelOs.getPosition() < PassList.getPosition(i)) { in main()
935 OptLevelOs = false; in main()
999 if (OptLevelOs) in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/
H A Dbugpoint.cpp80 static cl::opt<bool> OptLevelOs( variable
218 else if (OptLevelOs) in main()