This enumerates the LLVM full LTO or ThinLTO optimization phases.
Synopsis
Declared in <llvm/Pass.h>
enum class ThinOrFullLTOPhase : int;
Members
Name |
Description |
|
No LTO/ThinLTO behavior needed. |
|
ThinLTO prelink (summary) phase. |
|
ThinLTO postlink (backend compile) phase. |
|
Full LTO prelink phase. |
|
Full LTO postlink (backend compile) phase. |
Non-Member Functions
Name |
Description |
Convert an LTO phase enum value to a printable name. |
Created with MrDocs