Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTFParser.h110 struct ParseOptions { struct
125 LLVM_ABI Error parse(const ObjectFile &Obj, const ParseOptions &Opts); argument
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFContext.cpp68 BTFParser::ParseOptions Opts; in create()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp105 bool CommandObject::ParseOptions(Args &args, CommandReturnObject &result) { in ParseOptions() function in CommandObject
377 if (!ParseOptions(args, result)) in ParseOptionsAndNotify()
818 if (ParseOptions(cmd_args, result)) { in Execute()
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DMtftp6.h808 EFI_MTFTP6_PARSE_OPTIONS ParseOptions; member
H A DMtftp4.h503 EFI_MTFTP4_PARSE_OPTIONS ParseOptions; member
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectScripting.cpp87 if (!ParseOptions(raw_args.GetArgs(), result)) in DoExecute()
H A DCommandObjectSettings.cpp177 if (!ParseOptions(cmd_args, result)) in DoExecute()
570 if (!ParseOptions(cmd_args, result)) in DoExecute()
H A DCommandObjectPlatform.cpp1690 if (!ParseOptions(args.GetArgs(), result)) in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h247 bool ParseOptions(Args &args, CommandReturnObject &result);
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1938 BTFParser::ParseOptions Opts = {}; in disassembleObject()