Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCTargetOptions.h23 NoCompactUnwind, // Only emit if compact unwind isn't available enumerator
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCTargetOptionsCommandFlags.cpp92 clEnumValN(EmitDwarfUnwindType::NoCompactUnwind, in MCOPT_EXP()
H A DMCObjectFileInfo.cpp82 case EmitDwarfUnwindType::NoCompactUnwind: in initMachOMCObjectFileInfo()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp382 .Case("no-compact-unwind", EmitDwarfUnwindType::NoCompactUnwind) in CreateFromArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4599 NormalizedValues<["Always", "NoCompactUnwind", "Default"]>,