Searched defs:object_data (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 455 CalculateELFNotesSegmentsCRC32(const ProgramHeaderColl & program_headers,DataExtractor & object_data) CalculateELFNotesSegmentsCRC32() argument 1020 GetProgramHeaderInfo(ProgramHeaderColl & program_headers,DataExtractor & object_data,const ELFHeader & header) GetProgramHeaderInfo() argument 1369 GetSectionHeaderInfo(SectionHeaderColl & section_headers,DataExtractor & object_data,const elf::ELFHeader & header,lldb_private::UUID & uuid,std::string & gnu_debuglink_file,uint32_t & gnu_debuglink_crc,ArchSpec & arch_spec) GetSectionHeaderInfo() argument [all...] |
/llvm-project/lldb/source/Breakpoint/ |
H A D | Breakpoint.cpp | 123 TargetSP target_sp, StructuredData::ObjectSP &object_data, Status &error) { in CreateFromStructuredData() argument
|