Changeset View
Changeset View
Standalone View
Standalone View
lld/ELF/Options.td
Show First 20 Lines • Show All 473 Lines • ▼ Show 20 Lines | def lto_partitions: J<"lto-partitions=">, | ||||
HelpText<"Number of LTO codegen partitions">; | HelpText<"Number of LTO codegen partitions">; | ||||
def lto_cs_profile_generate: F<"lto-cs-profile-generate">, | def lto_cs_profile_generate: F<"lto-cs-profile-generate">, | ||||
HelpText<"Perform context sensitive PGO instrumentation">; | HelpText<"Perform context sensitive PGO instrumentation">; | ||||
def lto_cs_profile_file: J<"lto-cs-profile-file=">, | def lto_cs_profile_file: J<"lto-cs-profile-file=">, | ||||
HelpText<"Context sensitive profile file path">; | HelpText<"Context sensitive profile file path">; | ||||
def lto_obj_path_eq: J<"lto-obj-path=">; | def lto_obj_path_eq: J<"lto-obj-path=">; | ||||
def lto_sample_profile: J<"lto-sample-profile=">, | def lto_sample_profile: J<"lto-sample-profile=">, | ||||
HelpText<"Sample profile file path">; | HelpText<"Sample profile file path">; | ||||
def lto_whole_program_visibility: F<"lto-whole-program-visibility">, | |||||
HelpText<"Asserts that the LTO link has whole program visibility">; | |||||
def disable_verify: F<"disable-verify">; | def disable_verify: F<"disable-verify">; | ||||
defm mllvm: Eq<"mllvm", "Additional arguments to forward to LLVM's option processing">; | defm mllvm: Eq<"mllvm", "Additional arguments to forward to LLVM's option processing">; | ||||
def opt_remarks_filename: Separate<["--"], "opt-remarks-filename">, | def opt_remarks_filename: Separate<["--"], "opt-remarks-filename">, | ||||
HelpText<"YAML output file for optimization remarks">; | HelpText<"YAML output file for optimization remarks">; | ||||
def opt_remarks_passes: Separate<["--"], "opt-remarks-passes">, | def opt_remarks_passes: Separate<["--"], "opt-remarks-passes">, | ||||
HelpText<"Regex for the passes that need to be serialized to the output file">; | HelpText<"Regex for the passes that need to be serialized to the output file">; | ||||
def opt_remarks_with_hotness: Flag<["--"], "opt-remarks-with-hotness">, | def opt_remarks_with_hotness: Flag<["--"], "opt-remarks-with-hotness">, | ||||
HelpText<"Include hotness information in the optimization remarks file">; | HelpText<"Include hotness information in the optimization remarks file">; | ||||
▲ Show 20 Lines • Show All 94 Lines • Show Last 20 Lines |