Home
last modified time | relevance | path

Searched defs:GetLanguage (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h80 lldb::LanguageType GetLanguage() const { return m_language; } in GetLanguage() function
H A DDWARFBaseDIE.cpp98 lldb::LanguageType DWARFBaseDIE::GetLanguage() const { in GetLanguage() function in DWARFBaseDIE
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h131 lldb::LanguageType GetLanguage() const in GetLanguage() function
243 lldb::LanguageType GetLanguage() const in GetLanguage() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSummary.cpp43 lldb::LanguageType TypeSummaryOptions::GetLanguage() const { return m_lang; } in GetLanguage() function in TypeSummaryOptions
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBFunction.cpp208 lldb::LanguageType SBFunction::GetLanguage() { in GetLanguage() function in SBFunction
H A DSBCompileUnit.cpp188 lldb::LanguageType SBCompileUnit::GetLanguage() { in GetLanguage() function in SBCompileUnit
H A DSBTypeSummary.cpp37 lldb::LanguageType SBTypeSummaryOptions::GetLanguage() { in GetLanguage() function in SBTypeSummaryOptions
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbol.h121 lldb::LanguageType GetLanguage() const { in GetLanguage() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompileUnit.cpp179 lldb::LanguageType CompileUnit::GetLanguage() { in GetLanguage() function in CompileUnit
H A DVariable.cpp61 lldb::LanguageType Variable::GetLanguage() const { in GetLanguage() function in Variable
H A DFunction.cpp598 lldb::LanguageType Function::GetLanguage() const { in GetLanguage() function in Function
H A DSymbolContext.cpp437 LanguageType SymbolContext::GetLanguage() const { in GetLanguage() function in SymbolContext
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h267 lldb::LanguageType GetLanguage() const { return m_language; } in GetLanguage() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h472 lldb::ScriptLanguage GetLanguage() { return m_script_lang; } in GetLanguage() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp1204 lldb::LanguageType StackFrame::GetLanguage() { in GetLanguage() function in StackFrame
H A DTarget.cpp3945 LanguageType TargetProperties::GetLanguage() const { in GetLanguage() function in TargetProperties