Home
last modified time | relevance | path

Searched refs:GetDWARFLanguageType (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h206 uint64_t GetDWARFLanguageType();
H A DSymbolFileDWARF.cpp762 dwarf_cu.GetDWARFLanguageType()); in ParseCompileUnit()
4228 return LanguageTypeFromDWARF(unit.GetDWARFLanguageType()); in GetLanguage()
4232 auto lang = (llvm::dwarf::SourceLanguage)unit.GetDWARFLanguageType(); in GetLanguageFamily()
4264 if (dwarf_cu->GetDWARFLanguageType() == DW_LANG_Mips_Assembler) in CalculateFrameVariableError()
H A DDWARFUnit.cpp745 uint64_t DWARFUnit::GetDWARFLanguageType() { in GetDWARFLanguageType() function in DWARFUnit