Home
last modified time | relevance | path

Searched refs:NoCompactUnwind (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCTargetOptions.h35 NoCompactUnwind, // Only emit if compact unwind isn't available enumerator
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCTargetOptionsCommandFlags.cpp81 clEnumValN(EmitDwarfUnwindType::NoCompactUnwind, in MCOPT_EXP()
H A DMCObjectFileInfo.cpp72 case EmitDwarfUnwindType::NoCompactUnwind: in initMachOMCObjectFileInfo()
/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1as_main.cpp328 .Case("no-compact-unwind", EmitDwarfUnwindType::NoCompactUnwind) in CreateFromArgs()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td3110 NormalizedValues<["Always", "NoCompactUnwind", "Default"]>,