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

123

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBLanguageRuntime.cpp26 SBLanguageRuntime::GetNameForLanguageType(lldb::LanguageType language) { argument
H A DSBExpressionOptions.cpp172 void SBExpressionOptions::SetLanguage(lldb::LanguageType language) { argument
H A DSBTypeCategory.cpp98 void SBTypeCategory::AddLanguage(lldb::LanguageType language) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/
H A DObjCPlusPlusLanguage.cpp50 Language *ObjCPlusPlusLanguage::CreateInstance(lldb::LanguageType language) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueLanguage.cpp54 auto language = (LanguageType)bit; local
H A DScriptInterpreter.cpp58 std::string ScriptInterpreter::LanguageToString(lldb::ScriptLanguage language) { argument
73 ScriptInterpreter::StringToLanguage(const llvm::StringRef &language) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp67 Language *language = lldb_private::Language::FindPlugin(language_type, path); local
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h144 SetLanguage(lldb::LanguageType language) argument
[all...]
H A DTypeSystem.h452 GetUserExpression(llvm::StringRef expr, llvm::StringRef prefix, lldb::LanguageType language, Expression::ResultType desired_type, const EvaluateExpressionOptions &options, ValueObject *ctx_obj) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.h47 lldb::LanguageType language; member in class:lldb_private::CommandObjectExpression::CommandOptions
H A DCommandObjectExpression.cpp342 auto language = exe_ctx.GetFrameRef().GetLanguage(); local
[all...]
/freebsd-13-stable/crypto/openssl/crypto/x509v3/
H A Dv3_pci.c248 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-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h80 void SetLanguage(lldb::LanguageType language) { m_language = language; } argument
H A DSymbolFileDWARFDwo.cpp122 SymbolFileDWARFDwo::GetTypeSystemForLanguage(LanguageType language) { argument
/freebsd-13-stable/contrib/libucl/python/
H A Dsetup.py28 language='c', variable
/freebsd-13-stable/contrib/libxo/doc/
H A Dconf.py78 language = None variable
/freebsd-13-stable/sys/contrib/openzfs/contrib/pyzfs/docs/source/
H A Dconf.py69 language = None variable
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp40 LLVMUserExpression(ExecutionContextScope &exe_scope, llvm::StringRef expr, llvm::StringRef prefix, lldb::LanguageType language, ResultType desired_type, const EvaluateExpressionOptions &options) argument
H A DUserExpression.cpp163 lldb::LanguageType language = options.GetLanguage(); local
51 UserExpression(ExecutionContextScope &exe_scope, llvm::StringRef expr, llvm::StringRef prefix, lldb::LanguageType language, ResultType desired_type, const EvaluateExpressionOptions &options) argument
[all...]
H A DREPL.cpp35 lldb::REPLSP REPL::Create(Status &err, lldb::LanguageType language, argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp94 LanguageType language = eLanguageTypeUnknown; local
26 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, std::vector<std::string> names, FunctionNameType name_type_mask, LanguageType language, lldb::addr_t offset, bool skip_prologue) argument
73 BreakpointResolverName(const BreakpointSP &bkpt, RegularExpression func_regex, lldb::LanguageType language, lldb::addr_t offset, bool skip_prologue) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp83 GetCategory( lldb::LanguageType language, lldb::TypeCategoryImplSP &entry) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp67 CreateInstance(Process *process, lldb::LanguageType language) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp91 SymbolFile::GetTypeSystemForLanguage(lldb::LanguageType language) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp104 ExceptionBreakpointResolver(lldb::LanguageType language, bool catch_bp, argument
227 LanguageRuntime::GetExceptionPrecondition(LanguageType language, argument
21 ExceptionSearchFilter(const lldb::TargetSP &target_sp, lldb::LanguageType language, bool update_module_list) argument
203 FindPlugin(Process *process, lldb::LanguageType language) argument
246 CreateExceptionBreakpoint( Target &target, lldb::LanguageType language, bool catch_bp, bool throw_bp, bool is_internal) argument
[all...]

Completed in 326 milliseconds

123