Home
last modified time | relevance | path

Searched defs:ParseOptions (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTFParser.h108 struct ParseOptions { struct
123 Error parse(const ObjectFile &Obj, const ParseOptions &Opts); argument
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp106 bool CommandObject::ParseOptions(Args &args, CommandReturnObject &result) { in ParseOptions() function in CommandObject