/openbsd/gnu/llvm/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);
|
/openbsd/gnu/llvm/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 | 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 | 987 options.SetLanguage(target->GetLanguage()); in EvaluateExpression() 989 options.SetLanguage(frame->GetLanguage()); in EvaluateExpression() 1010 options.SetLanguage(target->GetLanguage()); in EvaluateExpression() 1012 options.SetLanguage(frame->GetLanguage()); in EvaluateExpression() 1031 options.SetLanguage(target->GetLanguage()); in EvaluateExpression() 1033 options.SetLanguage(frame->GetLanguage()); in EvaluateExpression()
|
/openbsd/gnu/llvm/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);
|
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | CompileUnit.h | 145 void SetLanguage(lldb::LanguageType language) { in SetLanguage() function
|
/openbsd/gnu/llvm/lldb/examples/darwin/heap_find/ |
H A D | heap.py | 615 expr_options.SetLanguage(lldb.eLanguageTypeObjC_plus_plus) 668 expr_options.SetLanguage(lldb.eLanguageTypeObjC_plus_plus) 1348 expr_options.SetLanguage(lldb.eLanguageTypeObjC_plus_plus) 1458 expr_options.SetLanguage(lldb.eLanguageTypeObjC_plus_plus)
|
/openbsd/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/ |
H A D | MemoryHistoryASan.cpp | 177 options.SetLanguage(eLanguageTypeObjC_plus_plus); in GetHistoryThreads()
|
/openbsd/gnu/llvm/lldb/source/DataFormatters/ |
H A D | TypeSummary.cpp | 37 TypeSummaryOptions &TypeSummaryOptions::SetLanguage(lldb::LanguageType lang) { in SetLanguage() function in TypeSummaryOptions
|
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectExpression.cpp | 279 options.SetLanguage(m_command_options.language); in HandleCompletion() 355 options.SetLanguage(m_command_options.language); in GetEvalOptions()
|
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
H A D | InstrumentationRuntimeASan.cpp | 129 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Windows/ |
H A D | PlatformWindows.cpp | 361 options.SetLanguage(eLanguageTypeC_plus_plus); in DoLoadImage() 771 options.SetLanguage(eLanguageTypeC_plus_plus); in EvaluateLoaderExpression()
|
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
H A D | InstrumentationRuntimeUBSan.cpp | 129 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
|
/openbsd/gnu/llvm/lldb/include/lldb/DataFormatters/ |
H A D | TypeSummary.h | 36 TypeSummaryOptions &SetLanguage(lldb::LanguageType);
|
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/POSIX/ |
H A D | PlatformPOSIX.cpp | 523 expr_options.SetLanguage(eLanguageTypeC_plus_plus); in EvaluateLibdlExpression() 869 options.SetLanguage(eLanguageTypeC_plus_plus); in DoLoadImage()
|
/openbsd/gnu/llvm/lldb/source/Expression/ |
H A D | REPL.cpp | 327 expr_options.SetLanguage(GetLanguage()); in IOHandlerInputComplete()
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | ValueObject.cpp | 590 TypeSummaryOptions().SetLanguage(lang)); in GetSummaryAsCString() 616 actual_options.SetLanguage(GetPreferredDisplayLanguage()); in GetSummaryAsCString() 641 summary_options.SetLanguage(lang); in GetSummaryAsCString()
|
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 320 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
|
/openbsd/gnu/llvm/lldb/include/lldb/Target/ |
H A D | Target.h | 305 void SetLanguage(lldb::LanguageType language) { m_language = language; } in SetLanguage() function
|
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
H A D | lldbtest.py | 2451 options.SetLanguage(frame.GuessLanguage())
|
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
H A D | RenderScriptRuntime.cpp | 1684 options.SetLanguage(lldb::eLanguageTypeC_plus_plus); in EvalRSExpression()
|