Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBFunction.cpp210 if (m_opaque_ptr->GetCompileUnit()) in GetLanguage()
211 return m_opaque_ptr->GetCompileUnit()->GetLanguage(); in GetLanguage()
218 if (m_opaque_ptr->GetCompileUnit()) in GetIsOptimized()
219 return m_opaque_ptr->GetCompileUnit()->GetIsOptimized(); in GetIsOptimized()
H A DSBSymbolContext.cpp82 SBCompileUnit SBSymbolContext::GetCompileUnit() { in GetCompileUnit() function in SBSymbolContext
H A DSBAddress.cpp207 SBCompileUnit SBAddress::GetCompileUnit() { in GetCompileUnit() function in SBAddress
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp142 DWARFUnit *DWARFDebugInfo::GetCompileUnit(dw_offset_t cu_offset, in GetCompileUnit() function in DWARFDebugInfo
175 DWARFUnit *DWARFDebugInfo::GetCompileUnit(const DIERef &die_ref) { in GetCompileUnit() function in DWARFDebugInfo
179 return GetCompileUnit(die_ref.cu_offset); in GetCompileUnit()
223 DWARFUnit *cu = GetCompileUnit(die_ref); in GetDIE()
H A DSymbolFileDWARFDwo.cpp57 assert(GetCompileUnit() == dwarf_cu && "SymbolFileDWARFDwo::ParseCompileUnit " in ParseCompileUnit()
63 DWARFUnit *SymbolFileDWARFDwo::GetCompileUnit() { in GetCompileUnit() function in SymbolFileDWARFDwo
73 return GetCompileUnit(); in GetDWARFCompileUnit()
H A DDWARFDebugInfo.h41 DWARFUnit *GetCompileUnit(dw_offset_t cu_offset, uint32_t *idx_ptr = NULL);
43 DWARFUnit *GetCompileUnit(const DIERef &die_ref);
H A DDWARFUnit.cpp270 DWARFUnit *dwo_cu = m_dwo_symbol_file->GetCompileUnit(); in ExtractDIEsRWLocked()
353 DWARFUnit *dwo_cu = dwo_symbol_file->GetCompileUnit(); in AddUnitDIE()
467 m_dwo_symbol_file->GetCompileUnit()->ClearDIEsRWLocked(); in ClearDIEsRWLocked()
600 return GetDwoSymbolFile()->GetCompileUnit()->GetDIE(die_offset); in GetDIE()
640 m_dwo_symbol_file->GetCompileUnit()->SetUserData(d); in SetUserData()
793 DWARFUnit *dwo_cu = m_dwo_symbol_file->GetCompileUnit(); in GetFunctionAranges()
H A DDIERef.cpp43 const DWARFUnit *dwarf_cu = form_value.GetCompileUnit(); in DIERef()
H A DDebugNamesDWARFIndex.cpp59 DWARFUnit *cu = m_debug_info.GetCompileUnit(*cu_offset); in ToDIERef()
168 DWARFUnit *cu = m_debug_info.GetCompileUnit(ref.cu_offset); in GetCompleteObjCClass()
H A DSymbolFileDWARFDwo.h24 DWARFUnit *GetCompileUnit();
H A DDWARFFormValue.h61 const DWARFUnit *GetCompileUnit() const { return m_cu; } in GetCompileUnit() function
H A DManualDWARFIndex.cpp110 if (dwo_symbol_file && dwo_symbol_file->GetCompileUnit()) { in IndexUnit()
111 IndexUnitImpl(*dwo_symbol_file->GetCompileUnit(), cu_language, in IndexUnit()
H A DDWARFDebugInfoEntry.cpp415 dwo_symbol_file, dwo_symbol_file->GetCompileUnit(), name, mangled, in GetDIENamesAndRanges()
791 return GetAttributes(dwo_symbol_file->GetCompileUnit(), in GetAttributes()
869 return GetAttributeValue(dwo_symbol_file, dwo_symbol_file->GetCompileUnit(), in GetAttributeValue()
928 DWARFUnit *dwo_cu = dwo_symbol_file->GetCompileUnit(); in GetAttributeValue()
H A DDWARFDIE.cpp104 return DWARFDIE(dwarf->DebugInfo()->GetCompileUnit( in LookupDeepestBlock()
H A DSymbolFileDWARFDebugMap.h259 lldb::CompUnitSP GetCompileUnit(SymbolFileDWARF *oso_dwarf);
H A DSymbolFileDWARF.cpp763 info->GetCompileUnit((dw_offset_t)comp_unit->GetID()); in GetDWARFCompileUnit()
806 cu_sp = m_debug_map_symfile->GetCompileUnit(this); in ParseCompileUnit()
856 DebugInfo()->GetCompileUnit(dwarf_cu->GetOffset(), &cu_idx); in ParseCompileUnit()
1826 debug_info->GetCompileUnit(cu_offset, &cu_idx); in ResolveSymbolContext()
3128 CompileUnit *comp_unit = func.GetCompileUnit(); in ParseBlocksRecursive()
3183 DWARFUnit *dwarf_cu = info->GetCompileUnit(sc.comp_unit->GetID()); in ParseVariablesForContext()
H A DSymbolFileDWARFDebugMap.cpp681 CompileUnit *comp_unit = func.GetCompileUnit(); in ParseBlocksRecursive()
1245 SymbolFileDWARFDebugMap::GetCompileUnit(SymbolFileDWARF *oso_dwarf) { in GetCompileUnit() function in SymbolFileDWARFDebugMap
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DFunction.h487 CompileUnit *GetCompileUnit();
495 const CompileUnit *GetCompileUnit() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DFunction.cpp304 CompileUnit *Function::GetCompileUnit() { return m_comp_unit; } in GetCompileUnit() function in Function
306 const CompileUnit *Function::GetCompileUnit() const { return m_comp_unit; } in GetCompileUnit() function in Function
357 return this->GetCompileUnit()->GetModule(); in CalculateSymbolContextModule()
361 return this->GetCompileUnit(); in CalculateSymbolContextCompileUnit()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBSymbolContext.h38 lldb::SBCompileUnit GetCompileUnit();
H A DSBAddress.h73 lldb::SBCompileUnit GetCompileUnit();
H A DSBFrame.h50 lldb::SBCompileUnit GetCompileUnit() const;
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdSymbol.cpp124 sc_cu_list.GetContextAtIndex(i).GetCompileUnit(); in Execute()
H A DMICmdCmdGdbShow.cpp324 lldb::SBCompileUnit sbCompileUnit = sbFrame.GetCompileUnit(); in OptionFnLanguage()
H A DMICmnLLDBDebugSessionInfo.cpp816 lldb::SBCompileUnit rCmplUnit = symbolCntxt.GetCompileUnit(); in GetBrkPtInfo()

12