| /llvm-project-15.0.7/lldb/test/API/commands/expression/options/ |
| H A D | TestExprOptions.py | 51 options.SetLanguage(lldb.eLanguageTypeC_plus_plus_11) 58 options.SetLanguage(lldb.eLanguageTypeC) 78 options.SetLanguage(lldb.eLanguageTypeC_plus_plus_11) 85 options.SetLanguage(lldb.eLanguageTypeObjC)
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBExpressionOptions.i | 94 …"docstring", "Sets the language that LLDB should assume the expression is written in") SetLanguage; 96 SetLanguage (lldb::LanguageType language);
|
| H A D | SBTypeSummary.i | 31 SetLanguage (lldb::LanguageType);
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBExpressionOptions.cpp | 153 void SBExpressionOptions::SetLanguage(lldb::LanguageType language) { in SetLanguage() function in SBExpressionOptions 156 m_opaque_up->SetLanguage(language); in SetLanguage()
|
| H A D | SBFrame.cpp | 983 options.SetLanguage(target->GetLanguage()); in EvaluateExpression() 985 options.SetLanguage(frame->GetLanguage()); in EvaluateExpression() 1006 options.SetLanguage(target->GetLanguage()); in EvaluateExpression() 1008 options.SetLanguage(frame->GetLanguage()); in EvaluateExpression() 1027 options.SetLanguage(target->GetLanguage()); in EvaluateExpression() 1029 options.SetLanguage(frame->GetLanguage()); in EvaluateExpression()
|
| H A D | SBTypeSummary.cpp | 62 void SBTypeSummaryOptions::SetLanguage(lldb::LanguageType l) { in SetLanguage() function in SBTypeSummaryOptions 66 m_opaque_up->SetLanguage(l); in SetLanguage()
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBExpressionOptions.h | 69 void SetLanguage(lldb::LanguageType language);
|
| H A D | SBTypeSummary.h | 34 void SetLanguage(lldb::LanguageType);
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDeclContext.h | 80 void SetLanguage(lldb::LanguageType language) { m_language = language; } in SetLanguage() function
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/ir-interpreter/ |
| H A D | TestIRInterpreter.py | 49 options.SetLanguage(lldb.eLanguageTypeC_plus_plus)
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/weak_symbols/ |
| H A D | TestWeakSymbols.py | 66 options.SetLanguage(lldb.eLanguageTypeObjC)
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/top-level/ |
| H A D | TestTopLevelExprs.py | 80 options.SetLanguage(lldb.eLanguageTypeC_plus_plus)
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | CompileUnit.h | 145 void SetLanguage(lldb::LanguageType language) { in SetLanguage() function
|
| /llvm-project-15.0.7/lldb/examples/darwin/heap_find/ |
| H A D | heap.py | 616 expr_options.SetLanguage(lldb.eLanguageTypeObjC_plus_plus) 669 expr_options.SetLanguage(lldb.eLanguageTypeObjC_plus_plus) 1349 expr_options.SetLanguage(lldb.eLanguageTypeObjC_plus_plus) 1459 expr_options.SetLanguage(lldb.eLanguageTypeObjC_plus_plus)
|
| /llvm-project-15.0.7/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 177 options.SetLanguage(eLanguageTypeObjC_plus_plus); in GetHistoryThreads()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 274 options.SetLanguage(m_command_options.language); in HandleCompletion() 350 options.SetLanguage(m_command_options.language); in GetEvalOptions()
|
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | TypeSummary.cpp | 37 TypeSummaryOptions &TypeSummaryOptions::SetLanguage(lldb::LanguageType lang) { in SetLanguage() function in TypeSummaryOptions
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 129 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/ |
| H A D | PlatformWindows.cpp | 358 options.SetLanguage(eLanguageTypeC_plus_plus); in DoLoadImage() 765 options.SetLanguage(eLanguageTypeC_plus_plus); in EvaluateLoaderExpression()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 129 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
|
| /llvm-project-15.0.7/lldb/include/lldb/DataFormatters/ |
| H A D | TypeSummary.h | 36 TypeSummaryOptions &SetLanguage(lldb::LanguageType);
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 522 expr_options.SetLanguage(eLanguageTypeC_plus_plus); in EvaluateLibdlExpression() 869 options.SetLanguage(eLanguageTypeC_plus_plus); in DoLoadImage()
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | REPL.cpp | 327 expr_options.SetLanguage(GetLanguage()); in IOHandlerInputComplete()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ValueObject.cpp | 589 TypeSummaryOptions().SetLanguage(lang)); in GetSummaryAsCString() 607 actual_options.SetLanguage(GetPreferredDisplayLanguage()); in GetSummaryAsCString() 632 summary_options.SetLanguage(lang); in GetSummaryAsCString()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 320 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
|