Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/dsymutil/
Ddsymutil.cpp91 enum class DWARFVerify : uint8_t { enum
98 inline bool flagIsSet(DWARFVerify Flags, DWARFVerify SingleFlag) { in flagIsSet()
116 DWARFVerify Verify = DWARFVerify::None;
256 static Expected<DWARFVerify> getVerifyKind(opt::InputArgList &Args) { in getVerifyKind()
258 return DWARFVerify::Output; in getVerifyKind()
262 return DWARFVerify::Input; in getVerifyKind()
264 return DWARFVerify::Output; in getVerifyKind()
266 return DWARFVerify::All; in getVerifyKind()
268 return DWARFVerify::None; in getVerifyKind()
274 return DWARFVerify::None; in getVerifyKind()
[all …]