Searched refs:SectionMatchStyle (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | ObjcopyOptions.cpp | 663 MatchStyle SectionMatchStyle = InputArgs.hasArg(OBJCOPY_regex) in parseObjcopyOptions() local 804 NameOrPattern::create(Fields[0], SectionMatchStyle, ErrorCallback); in parseObjcopyOptions() 947 Arg->getValue(), SectionMatchStyle, ErrorCallback))) in parseObjcopyOptions() 951 Arg->getValue(), SectionMatchStyle, ErrorCallback))) in parseObjcopyOptions() 955 Arg->getValue(), SectionMatchStyle, ErrorCallback))) in parseObjcopyOptions() 1438 MatchStyle SectionMatchStyle = in parseStripOptions() local 1463 Arg->getValue(), SectionMatchStyle, ErrorCallback))) in parseStripOptions() 1468 Arg->getValue(), SectionMatchStyle, ErrorCallback))) in parseStripOptions()
|