Full configuration for an output for use by the OutputBackend. Each configuration flag is either true or false.
Synopsis
Declared in <llvm/Support/VirtualOutputConfig.h>
struct OutputConfig
: /* implementation-defined */
Base Classes
Name |
Description |
|
Unused and empty base class to allow OutputConfig constructor to be constexpr, with commas before every field's initializer. |
Member Functions
Name |
Description |
|
Construct a configuration with each flag at its default value. |
Dump this configuration to stderr. |
|
Return true if this config is for binary output (Text is false). |
|
Return true if both Text and CRLF are enabled. |
|
Print this configuration to |
|
Configure for binary output by clearing Text and CRLF. |
|
Updates Text and CRLF flags based on sys::fs::OF_Text and sys::fs::OF_CRLF in |
|
|
|
Return true if this configuration equals |
|
Return true if this configuration differs from |
Created with MrDocs