Searched refs:GetCompileUnit (Results 1 – 17 of 17) sorted by relevance
493 GetCompileUnit();502 GetCompileUnit() const;
333 Function::GetCompileUnit() in GetCompileUnit() function in Function339 Function::GetCompileUnit() const in GetCompileUnit() function in Function396 return this->GetCompileUnit()->GetModule(); in CalculateSymbolContextModule()402 return this->GetCompileUnit(); in CalculateSymbolContextCompileUnit()
255 if (m_opaque_ptr->GetCompileUnit()) in GetLanguage()256 return m_opaque_ptr->GetCompileUnit()->GetLanguage(); in GetLanguage()
113 SBSymbolContext::GetCompileUnit () in GetCompileUnit() function in SBSymbolContext
275 SBAddress::GetCompileUnit () in GetCompileUnit() function in SBAddress
198 SBFrame::GetCompileUnit () const in GetCompileUnit() function in SBFrame
122 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
51 DWARFCompileUnitSP GetCompileUnit(dw_offset_t cu_offset, uint32_t* idx_ptr = NULL);
50 const DWARFCompileUnit* GetCompileUnit () const { return m_cu; } in GetCompileUnit() function
272 GetCompileUnit (SymbolFileDWARF *oso_dwarf);
903 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()
1365 SymbolFileDWARFDebugMap::GetCompileUnit (SymbolFileDWARF *oso_dwarf) in GetCompileUnit() function in SymbolFileDWARFDebugMap
39 lldb::SBCompileUnit GetCompileUnit ();
89 GetCompileUnit ();
64 GetCompileUnit () const;
314 lldb::SBCompileUnit sbCompileUnit = sbFrame.GetCompileUnit(); in OptionFnLanguage()
816 lldb::SBCompileUnit rCmplUnit = symbolCntxt.GetCompileUnit(); in GetBrkPtInfo()