Home
last modified time | relevance | path

Searched defs:dwarf_cu (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpressionList.h33 const plugin::dwarf::DWARFUnit *dwarf_cu, in DWARFExpressionList()
39 const plugin::dwarf::DWARFUnit *dwarf_cu) in DWARFExpressionList()
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp748 static void MakeAbsoluteAndRemap(FileSpec &file_spec, DWARFUnit &dwarf_cu, in MakeAbsoluteAndRemap() argument
762 static const char *GetDWOName(DWARFCompileUnit &dwarf_cu, in GetDWOName() argument
725 DWARFUnit *dwarf_cu = DebugInfo().GetUnitAtIndex(comp_unit->GetID()); GetDWARFCompileUnit() local
772 ParseCompileUnit(DWARFCompileUnit & dwarf_cu) ParseCompileUnit() 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
1679 GetCompUnitForDWARFCompUnit(DWARFCompileUnit & dwarf_cu) GetCompUnitForDWARFCompUnit() argument
1779 GetDWOId(DWARFCompileUnit & dwarf_cu,const DWARFDebugInfoEntry & cu_die) GetDWOId() argument
1813 DWARFCompileUnit *dwarf_cu = llvm::dyn_cast<DWARFCompileUnit>(&unit); GetDwoSymbolFileForCompileUnit() local
1989 auto *dwarf_cu = UpdateExternalModuleListIfNeeded() local
2200 if (auto *dwarf_cu = llvm::dyn_cast_or_null<DWARFCompileUnit>( ResolveSymbolContext() local
2383 auto *dwarf_cu = llvm::dyn_cast<DWARFCompileUnit>(die.GetCU()); FindGlobalVariables() local
2452 DWARFCompileUnit *dwarf_cu = llvm::dyn_cast<DWARFCompileUnit>(die.GetCU()); FindGlobalVariables() local
2882 if (auto *dwarf_cu = llvm::dyn_cast<DWARFCompileUnit>(die.GetCU())) GetTypeForDIE() local
2989 DWARFUnit *dwarf_cu = debug_info.GetUnitAtIndex(cu_idx); Supports_DW_AT_APPLE_objc_complete_type() local
3235 DWARFUnit *dwarf_cu = GetDWARFCompileUnit(comp_unit); ParseBlocksRecursive() local
3254 DWARFUnit *dwarf_cu = GetDWARFCompileUnit(&comp_unit); ParseTypes() local
3287 DWARFUnit *dwarf_cu = DebugInfo().GetUnitAtIndex(sc.comp_unit->GetID()); ParseVariablesForContext() local
3355 const DWARFUnit *dwarf_cu = form_value.GetUnit(); GetExprListFromAtLocation() local
4202 DWARFCompileUnit *dwarf_cu = llvm::dyn_cast<DWARFCompileUnit>(unit); GetSeparateDebugInfo() local
4402 DWARFCompileUnit *dwarf_cu = GetDWARFCompileUnit(cu); CalculateFrameVariableError() local
4438 DWARFUnit *dwarf_cu = GetDWARFCompileUnit(comp_unit.get()); GetCompileOptions() local
[all...]
H A DSymbolFileDWARFDebugMap.cpp614 if (auto *dwarf_cu = llvm::dyn_cast<DWARFCompileUnit>(dwarf_unit)) { in ParseCompileUnitAtIndex() local
1314 GetCompileUnit(SymbolFileDWARF * oso_dwarf,DWARFCompileUnit & dwarf_cu) GetCompileUnit() argument
/llvm-project/lldb/unittests/SymbolFile/DWARF/
H A DXcodeSDKModuleTests.cpp114 auto *dwarf_cu = llvm::cast<DWARFCompileUnit>(dwarf_unit); in TEST_F() local
250 auto *dwarf_cu = llvm::cast<DWARFCompileUnit>(dwarf_unit); TEST_P() local
/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp135 GetOpcodeDataSize(const DataExtractor & data,const lldb::offset_t data_offset,const uint8_t op,const DWARFUnit * dwarf_cu) GetOpcodeDataSize() argument
345 GetLocation_DW_OP_addr(const DWARFUnit * dwarf_cu,bool & error) const GetLocation_DW_OP_addr() argument
372 Update_DW_OP_addr(const DWARFUnit * dwarf_cu,lldb::addr_t file_addr) Update_DW_OP_addr() argument
447 LinkThreadLocalStorage(const DWARFUnit * dwarf_cu,std::function<lldb::addr_t (lldb::addr_t file_addr)> const & link_address_callback) LinkThreadLocalStorage() argument
733 UpdateValueTypeFromLocationDescription(Log * log,const DWARFUnit * dwarf_cu,LocationDescriptionKind kind,Value * value=nullptr) UpdateValueTypeFromLocationDescription() argument
825 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) Evaluate() argument
2290 ParseDWARFLocationList(const DWARFUnit * dwarf_cu,const DataExtractor & data,DWARFExpressionList * location_list) ParseDWARFLocationList() argument
[all...]
/llvm-project/lldb/unittests/Expression/
H A DDWARFExpressionTest.cpp511 auto *dwarf_cu = llvm::cast<SymbolFileDWARF>(module_sp->GetSymbolFile()) TEST_F() local