Home
last modified time | relevance | path

Searched refs:GetCompileUnit (Results 1 – 17 of 17) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDFunction.h493 GetCompileUnit();
502 GetCompileUnit() const;
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDFunction.cpp333 Function::GetCompileUnit() in GetCompileUnit() function in Function
339 Function::GetCompileUnit() const in GetCompileUnit() function in Function
396 return this->GetCompileUnit()->GetModule(); in CalculateSymbolContextModule()
402 return this->GetCompileUnit(); in CalculateSymbolContextCompileUnit()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBFunction.cpp255 if (m_opaque_ptr->GetCompileUnit()) in GetLanguage()
256 return m_opaque_ptr->GetCompileUnit()->GetLanguage(); in GetLanguage()
HDSBSymbolContext.cpp113 SBSymbolContext::GetCompileUnit () in GetCompileUnit() function in SBSymbolContext
HDSBAddress.cpp275 SBAddress::GetCompileUnit () in GetCompileUnit() function in SBAddress
HDSBFrame.cpp198 SBFrame::GetCompileUnit () const in GetCompileUnit() function in SBFrame
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugInfo.cpp122 cu_sp = GetCompileUnit(hint_die_offset); in LookupAddress()
127 cu_sp = GetCompileUnit(cu_offset); in LookupAddress()
229 DWARFDebugInfo::GetCompileUnit(dw_offset_t cu_offset, uint32_t* idx_ptr) in GetCompileUnit() function in DWARFDebugInfo
HDDWARFDebugInfo.h51 DWARFCompileUnitSP GetCompileUnit(dw_offset_t cu_offset, uint32_t* idx_ptr = NULL);
HDDWARFFormValue.h50 const DWARFCompileUnit* GetCompileUnit () const { return m_cu; } in GetCompileUnit() function
HDSymbolFileDWARFDebugMap.h272 GetCompileUnit (SymbolFileDWARF *oso_dwarf);
HDSymbolFileDWARF.cpp903 DWARFCompileUnit *dwarf_cu = info->GetCompileUnit(0).get(); in GetDWARFCompileUnit()
913 … DWARFCompileUnit *dwarf_cu = info->GetCompileUnit((dw_offset_t)comp_unit->GetID()).get(); in GetDWARFCompileUnit()
964 cu_sp = m_debug_map_symfile->GetCompileUnit(this); in ParseCompileUnit()
1020 DebugInfo()->GetCompileUnit(dwarf_cu->GetOffset(), &cu_idx); in ParseCompileUnit()
3028 DWARFCompileUnit* dwarf_cu = debug_info->GetCompileUnit(cu_offset, &cu_idx).get(); in ResolveSymbolContext()
7306 DWARFCompileUnit* dwarf_cu = info->GetCompileUnit(sc.comp_unit->GetID()).get(); in ParseVariablesForContext()
HDSymbolFileDWARFDebugMap.cpp1365 SymbolFileDWARFDebugMap::GetCompileUnit (SymbolFileDWARF *oso_dwarf) in GetCompileUnit() function in SymbolFileDWARFDebugMap
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBSymbolContext.h39 lldb::SBCompileUnit GetCompileUnit ();
HDSBAddress.h89 GetCompileUnit ();
HDSBFrame.h64 GetCompileUnit () const;
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMICmdCmdGdbShow.cpp314 lldb::SBCompileUnit sbCompileUnit = sbFrame.GetCompileUnit(); in OptionFnLanguage()
HDMICmnLLDBDebugSessionInfo.cpp816 lldb::SBCompileUnit rCmplUnit = symbolCntxt.GetCompileUnit(); in GetBrkPtInfo()