Searched defs:language (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBLanguageRuntime.cpp24 SBLanguageRuntime::GetNameForLanguageType(lldb::LanguageType language) { argument
H A DSBExpressionOptions.cpp153 void SBExpressionOptions::SetLanguage(lldb::LanguageType language) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/
H A DObjCPlusPlusLanguage.cpp38 Language *ObjCPlusPlusLanguage::CreateInstance(lldb::LanguageType language) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectScript.h30 lldb::ScriptLanguage language = lldb::eScriptLanguageNone; member in class:lldb_private::CommandObjectScript::CommandOptions
H A DCommandObjectScript.cpp79 lldb::ScriptLanguage language = local
[all...]
H A DCommandObjectExpression.h56 lldb::LanguageType language; member in class:lldb_private::CommandObjectExpression::CommandOptions
H A DCommandObjectDWIMPrint.cpp105 lldb::LanguageType language = m_expr_options.language; local
212 auto language = valobj_sp->GetPreferredDisplayLanguage(); local
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueLanguage.cpp56 auto language = (LanguageType)bit; local
H A DScriptInterpreter.cpp61 std::string ScriptInterpreter::LanguageToString(lldb::ScriptLanguage language) { argument
113 ScriptInterpreter::StringToLanguage(const llvm::StringRef &language) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp68 Language *language = lldb_private::Language::FindPlugin(language_type, path); local
H A DValueObjectVTable.cpp211 const LanguageType language = parent->GetObjectRuntimeLanguage(); local
/freebsd-current/contrib/libucl/python/
H A Dsetup.py28 language='c', variable
/freebsd-current/contrib/libxo/doc/
H A Dconf.py78 language = None variable
/freebsd-current/sys/contrib/openzfs/contrib/pyzfs/docs/source/
H A Dconf.py69 language = None variable
/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_pci.c244 ASN1_OBJECT *language = NULL; local
85 process_pci_value(CONF_VALUE *val, ASN1_OBJECT **language, ASN1_INTEGER **pathlen, ASN1_OCTET_STRING **policy) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.cpp20 ClangREPL::ClangREPL(lldb::LanguageType language, Target &target) argument
48 CreateInstance(Status &error, lldb::LanguageType language, Debugger *debugger, Target *target, const char *repl_options) argument
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp42 LLVMUserExpression(ExecutionContextScope &exe_scope, llvm::StringRef expr, llvm::StringRef prefix, lldb::LanguageType language, ResultType desired_type, const EvaluateExpressionOptions &options) argument
H A DUserExpression.cpp179 lldb::LanguageType language = options.GetLanguage(); local
47 UserExpression(ExecutionContextScope &exe_scope, llvm::StringRef expr, llvm::StringRef prefix, lldb::LanguageType language, ResultType desired_type, const EvaluateExpressionOptions &options) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp135 SymbolFileDWARFDwo::GetTypeSystemForLanguage(LanguageType language) { argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h148 SetLanguage(lldb::LanguageType language) argument
[all...]
H A DTypeSystem.h470 GetUserExpression(llvm::StringRef expr, llvm::StringRef prefix, lldb::LanguageType language, Expression::ResultType desired_type, const EvaluateExpressionOptions &options, ValueObject *ctx_obj) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp104 ExceptionBreakpointResolver(lldb::LanguageType language, bool catch_bp, argument
219 LanguageRuntime::GetExceptionPrecondition(LanguageType language, argument
21 ExceptionSearchFilter(const lldb::TargetSP &target_sp, lldb::LanguageType language, bool update_module_list) argument
202 FindPlugin(Process *process, lldb::LanguageType language) argument
238 CreateExceptionBreakpoint( Target &target, lldb::LanguageType language, bool catch_bp, bool throw_bp, bool is_internal) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp84 GetCategory( lldb::LanguageType language, lldb::TypeCategoryImplSP &entry) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp67 CreateInstance(Process *process, LanguageType language) argument
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp91 LanguageType language = eLanguageTypeUnknown; local
27 BreakpointResolverName(const BreakpointSP &bkpt, const char *name_cstr, FunctionNameType name_type_mask, LanguageType language, Breakpoint::MatchType type, lldb::addr_t offset, bool skip_prologue) argument
47 BreakpointResolverName( const BreakpointSP &bkpt, const char *names[], size_t num_names, FunctionNameType name_type_mask, LanguageType language, lldb::addr_t offset, bool skip_prologue) argument
59 BreakpointResolverName( const BreakpointSP &bkpt, const std::vector<std::string> &names, FunctionNameType name_type_mask, LanguageType language, lldb::addr_t offset, bool skip_prologue) argument
71 BreakpointResolverName(const BreakpointSP &bkpt, RegularExpression func_regex, lldb::LanguageType language, lldb::addr_t offset, bool skip_prologue) argument
[all...]

Completed in 383 milliseconds

123