| /llvm-project/lldb/test/API/commands/expression/options/ |
| H A D | TestExprOptions.py | 50 options.SetLanguage(lldb.eLanguageTypeC_plus_plus_11) 57 options.SetLanguage(lldb.eLanguageTypeC) 77 options.SetLanguage(lldb.eLanguageTypeC_plus_plus_11) 84 options.SetLanguage(lldb.eLanguageTypeObjC)
|
| /llvm-project/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() 159 void SBExpressionOptions::SetLanguage(lldb::SBSourceLanguageName name, in SetLanguage() function in SBExpressionOptions 163 m_opaque_up->SetLanguage(name, version); in SetLanguage()
|
| 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()
|
| H A D | SBFrame.cpp | 1031 options.SetLanguage((SBSourceLanguageName)language.name, language.version); in EvaluateExpression() 1063 options.SetLanguage((SBSourceLanguageName)language.name, language.version); in EvaluateExpression() 1086 options.SetLanguage((SBSourceLanguageName)language.name, language.version); in EvaluateExpression()
|
| /llvm-project/lldb/include/lldb/API/ |
| H A D | SBExpressionOptions.h | 70 void SetLanguage(lldb::LanguageType language); 74 void SetLanguage(lldb::SBSourceLanguageName name, uint32_t version);
|
| H A D | SBTypeSummary.h | 39 void SetLanguage(lldb::LanguageType);
|
| /llvm-project/lldb/bindings/interface/ |
| H A D | SBExpressionOptionsDocstrings.i | 33 ) lldb::SBExpressionOptions::SetLanguage;
|
| /llvm-project/lldb/test/API/commands/expression/weak_symbols/ |
| H A D | TestWeakSymbols.py | 76 options.SetLanguage(lldb.eLanguageTypeObjC)
|
| /llvm-project/lldb/test/API/commands/expression/top-level/ |
| H A D | TestTopLevelExprs.py | 76 options.SetLanguage(lldb.eLanguageTypeC_plus_plus)
|
| /llvm-project/lldb/examples/darwin/heap_find/ |
| H A D | heap.py | 670 expr_options.SetLanguage(lldb.eLanguageTypeObjC_plus_plus) 727 expr_options.SetLanguage(lldb.eLanguageTypeObjC_plus_plus) 1448 expr_options.SetLanguage(lldb.eLanguageTypeObjC_plus_plus) 1557 expr_options.SetLanguage(lldb.eLanguageTypeObjC_plus_plus)
|
| /llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompileUnit.h | 150 void SetLanguage(lldb::LanguageType language) { in SetLanguage() 148 void SetLanguage(lldb::LanguageType language) { SetLanguage() function
|
| /llvm-project/lldb/test/API/commands/expression/ir-interpreter/ |
| H A D | TestIRInterpreter.py | 114 options.SetLanguage(lldb.eLanguageTypeC_plus_plus)
|
| /llvm-project/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 175 options.SetLanguage(eLanguageTypeObjC_plus_plus); in GetHistoryThreads()
|
| /llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ |
| H A D | ReportRetriever.cpp | 83 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
|
| /llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeSummary.cpp | 35 TypeSummaryOptions &TypeSummaryOptions::SetLanguage(lldb::LanguageType lang) { in GetCapping() 37 TypeSummaryOptions &TypeSummaryOptions::SetLanguage(lldb::LanguageType lang) { SetLanguage() function in TypeSummaryOptions
|
| /llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 210 options.SetLanguage(language); in GetEvaluateExpressionOptions() 334 options.SetLanguage(m_command_options.language); in HandleCompletion()
|
| H A D | CommandObjectWatchpoint.cpp | 1034 options.SetLanguage(m_option_watchpoint.language_type); in DoExecute()
|
| /llvm-project/lldb/source/Plugins/Platform/Windows/ |
| H A D | PlatformWindows.cpp | 373 options.SetLanguage(eLanguageTypeC_plus_plus); in DoLoadImage() 794 options.SetLanguage(eLanguageTypeC_plus_plus);
|
| /llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 129 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
|
| /llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | TypeSummary.h | 40 TypeSummaryOptions &SetLanguage(lldb::LanguageType);
|
| /llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 534 expr_options.SetLanguage(eLanguageTypeC_plus_plus); in EvaluateLibdlExpression() 882 options.SetLanguage(eLanguageTypeC_plus_plus); in DoLoadImage()
|
| /llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 331 void SetLanguage(lldb::LanguageType language_type) { 338 void SetLanguage(uint16_t name, uint32_t version) { 315 void SetLanguage(lldb::LanguageType language_type) { SetLanguage() function 322 void SetLanguage(uint16_t name, uint32_t version) { SetLanguage() function
|
| /llvm-project/mlir/utils/lldb-scripts/ |
| H A D | action_debugging.py | 26 exprOptions.SetLanguage(lldb.eLanguageTypeC)
|
| /llvm-project/lldb/source/Expression/ |
| H A D | REPL.cpp | 331 expr_options.SetLanguage(GetLanguage()); in IOHandlerInputComplete()
|
| /llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 322 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
|