Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp235 Flags set_options; in CreateFromStructuredData() local
245 set_options.Set(eEnabled); in CreateFromStructuredData()
255 set_options.Set(eOneShot); in CreateFromStructuredData()
265 set_options.Set(eAutoContinue); in CreateFromStructuredData()
275 set_options.Set(eIgnoreCount); in CreateFromStructuredData()
285 set_options.Set(eCondition); in CreateFromStructuredData()
/llvm-project-15.0.7/polly/lib/External/isl/
H A Dcodegen.c86 static __isl_give isl_ast_build *set_options(__isl_take isl_ast_build *build, in set_options() function
131 build = set_options(build, options_map, options, schedule); in construct_ast_from_union_map()
/llvm-project-15.0.7/llvm/bindings/python/llvm/tests/
H A Dtest_disassembler.py41 disassembler.set_options(Option_UseMarkup)
/llvm-project-15.0.7/llvm/bindings/python/llvm/
H A Ddisassembler.py143 def set_options(self, options): member in Disassembler