Searched defs:dwarf_cu (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Expression/ |
H A D | DWARFExpressionList.h | 32 DWARFExpressionList(lldb::ModuleSP module_sp,const plugin::dwarf::DWARFUnit * dwarf_cu,lldb::addr_t func_file_addr) DWARFExpressionList() argument 38 DWARFExpressionList(lldb::ModuleSP module_sp,DWARFExpression expr,const plugin::dwarf::DWARFUnit * dwarf_cu) DWARFExpressionList() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARF.cpp | 762 file_spec.MakeAbsolute(dwarf_cu.GetCompilationDirectory()); in GetDWOName() argument 772 cu_die.GetAttributeValueAsString(&dwarf_cu, DW_AT_GNU_dwo_name, nullptr); in ParseCompileUnit() argument 724 DWARFUnit *dwarf_cu = DebugInfo().GetUnitAtIndex(comp_unit->GetID()); GetDWARFCompileUnit() local 748 MakeAbsoluteAndRemap(FileSpec & file_spec,DWARFUnit & dwarf_cu,const ModuleSP & module_sp) MakeAbsoluteAndRemap() argument 888 if (auto *dwarf_cu = llvm::cast_or_null<DWARFCompileUnit>( ParseCompileUnitAtIndex() local 985 DWARFUnit *dwarf_cu = GetDWARFCompileUnit(&comp_unit); ParseLanguage() local 994 DWARFUnit *dwarf_cu = GetDWARFCompileUnit(&comp_unit); ParseXcodeSDK() local 1023 DWARFUnit *dwarf_cu = GetDWARFCompileUnit(&comp_unit); ParseFunctions() local 1074 DWARFUnit *dwarf_cu = GetDWARFCompileUnit(&comp_unit); ParseSupportFiles() local 1084 ParseSupportFiles(DWARFUnit & dwarf_cu,const ModuleSP & module,SupportFileList & support_files) ParseSupportFiles() argument 1105 if (auto *dwarf_cu = llvm::dyn_cast<DWARFCompileUnit>(&unit)) { GetFile() local 1157 DWARFUnit *dwarf_cu = GetDWARFCompileUnit(&comp_unit); ParseIsOptimized() local 1168 DWARFUnit *dwarf_cu = GetDWARFCompileUnit(sc.comp_unit); ParseImportedModules() local 1223 DWARFUnit *dwarf_cu = GetDWARFCompileUnit(&comp_unit); ParseLineTable() local 1306 DWARFUnit *dwarf_cu = GetDWARFCompileUnit(&comp_unit); ParseDebugMacros() local 1677 GetCompUnitForDWARFCompUnit(DWARFCompileUnit & dwarf_cu) GetCompUnitForDWARFCompUnit() argument 1769 GetDWOId(DWARFCompileUnit & dwarf_cu,const DWARFDebugInfoEntry & cu_die) GetDWOId() argument 1799 DWARFCompileUnit *dwarf_cu = llvm::dyn_cast<DWARFCompileUnit>(&unit); GetDwoSymbolFileForCompileUnit() local 1975 auto *dwarf_cu = UpdateExternalModuleListIfNeeded() local 2184 if (auto *dwarf_cu = llvm::dyn_cast_or_null<DWARFCompileUnit>( ResolveSymbolContext() local 2367 auto *dwarf_cu = llvm::dyn_cast<DWARFCompileUnit>(die.GetCU()); FindGlobalVariables() local 2436 DWARFCompileUnit *dwarf_cu = llvm::dyn_cast<DWARFCompileUnit>(die.GetCU()); FindGlobalVariables() local 2843 if (auto *dwarf_cu = llvm::dyn_cast<DWARFCompileUnit>(die.GetCU())) GetTypeForDIE() local 2950 DWARFUnit *dwarf_cu = debug_info.GetUnitAtIndex(cu_idx); Supports_DW_AT_APPLE_objc_complete_type() local 3288 DWARFUnit *dwarf_cu = GetDWARFCompileUnit(comp_unit); ParseBlocksRecursive() local 3307 DWARFUnit *dwarf_cu = GetDWARFCompileUnit(&comp_unit); ParseTypes() local 3340 DWARFUnit *dwarf_cu = DebugInfo().GetUnitAtIndex(sc.comp_unit->GetID()); ParseVariablesForContext() local 3408 const DWARFUnit *dwarf_cu = form_value.GetUnit(); GetExprListFromAtLocation() local 4253 DWARFCompileUnit *dwarf_cu = llvm::dyn_cast<DWARFCompileUnit>(unit); GetSeparateDebugInfo() local 4428 DWARFCompileUnit *dwarf_cu = GetDWARFCompileUnit(cu); CalculateFrameVariableError() local 4464 DWARFUnit *dwarf_cu = GetDWARFCompileUnit(comp_unit.get()); GetCompileOptions() local [all...] |
H A D | SymbolFileDWARFDebugMap.cpp | 613 if (auto *dwarf_cu = llvm::dyn_cast<DWARFCompileUnit>(dwarf_unit)) { ParseCompileUnitAtIndex() local 1304 GetCompileUnit(SymbolFileDWARF * oso_dwarf,DWARFCompileUnit & dwarf_cu) GetCompileUnit() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 148 GetOpcodeDataSize(const DataExtractor & data,const lldb::offset_t data_offset,const uint8_t op,const DWARFUnit * dwarf_cu) GetOpcodeDataSize() argument 358 GetLocation_DW_OP_addr(const DWARFUnit * dwarf_cu,bool & error) const GetLocation_DW_OP_addr() argument 385 Update_DW_OP_addr(const DWARFUnit * dwarf_cu,lldb::addr_t file_addr) Update_DW_OP_addr() argument 460 LinkThreadLocalStorage(const DWARFUnit * dwarf_cu,std::function<lldb::addr_t (lldb::addr_t file_addr)> const & link_address_callback) LinkThreadLocalStorage() argument 766 UpdateValueTypeFromLocationDescription(Log * log,const DWARFUnit * dwarf_cu,LocationDescriptionKind kind,Value * value=nullptr) UpdateValueTypeFromLocationDescription() argument 869 Evaluate(ExecutionContext * exe_ctx,RegisterContext * reg_ctx,lldb::ModuleSP module_sp,const DataExtractor & opcodes,const DWARFUnit * dwarf_cu,const lldb::RegisterKind reg_kind,const Value * initial_value_ptr,const Value * object_address_ptr,Value & result,Status * error_ptr) Evaluate() argument 2643 ParseDWARFLocationList(const DWARFUnit * dwarf_cu,const DataExtractor & data,DWARFExpressionList * location_list) ParseDWARFLocationList() argument [all...] |