Return the ‐enable‐tlsdesc value if it was explicitly set.

Synopsis

Declared in <llvm/CodeGen/CommandFlags.h>

std::optional<bool>
getExplicitEnableTLSDESC();

Return Value

Explicit ‐enable‐tlsdesc value, or std::nullopt if unset.

Created with MrDocs