Home
last modified time | relevance | path

Searched defs:settings (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/utils/spirv/
H A Dgen_spirv_dialect.py41 def get_spirv_doc_from_html_spec(url, settings): argument
757 get_op_definition( instruction, opname, doc, existing_info, capability_mapping, settings ) global() argument
1006 update_td_op_definitions( path, instructions, docs, filter_list, inst_category, capability_mapping, settings ) global() argument
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dconfiguration.py52 settings = [] global() variable
/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1495 DumpAddress(ExecutionContextScope * exe_scope,const Address & so_addr,bool verbose,bool all_ranges,Stream & strm,std::optional<Stream::HighlightSettings> settings=std::nullopt) DumpAddress() argument
1577 Stream::HighlightSettings settings( LookupSymbolInModule() local
1618 DumpSymbolContextList(ExecutionContextScope * exe_scope,Stream & strm,const SymbolContextList & sc_list,bool verbose,bool all_ranges,std::optional<Stream::HighlightSettings> settings=std::nullopt) DumpSymbolContextList() argument
/llvm-project/clang-tools-extra/clangd/
H A DProtocol.h835 ConfigurationSettings settings; global() member