/llvm-project/lldb/unittests/ObjectFile/PECOFF/ |
H A D | TestSectionSize.cpp | 55 SectionList *section_list = object_file->GetSectionList(); in TEST_F() local
|
/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
H A D | JITLoaderGDB.cpp | 226 static void updateSectionLoadAddress(const SectionList §ion_list, in updateSectionLoadAddress() argument 340 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl() local 374 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl() local [all...] |
/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
H A D | DynamicLoaderStatic.cpp | 100 SectionList *section_list = image_object_file->GetSectionList(); in LoadAllImagesAtFileAddresses() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFContext.cpp | 18 static DWARFDataExtractor LoadSection(SectionList *section_list, in LoadSection()
|
H A D | SymbolFileDWARFDwo.cpp | 92 SectionList *section_list = in GetDebugInfoSize() local
|
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 704 SectionList *section_list = GetSectionList(); SetLoadAddress() local 858 SectionList *section_list = GetSectionList(); GetImageInfoAddress() local 927 SectionList *section_list = GetSectionList(); GetEntryPointAddress() local 969 SectionList *section_list = GetSectionList(); ParseDependentModules() local 1861 FindMatchingSection(const SectionList & section_list,SectionSP section) FindMatchingSection() argument 2065 ParseSymbols(Symtab * symtab,user_id_t start_id,SectionList * section_list,const size_t num_symbols,const DataExtractor & symtab_data,const DataExtractor & strtab_data) ParseSymbols() argument 2423 SectionList *section_list = m_sections_up.get(); ParseSymbolTable() local 2458 SectionList *section_list = GetSectionList(); ParseDynamicSymbols() local 2648 SectionList *section_list = m_sections_up.get(); ParseTrampolineSymbols() local 2919 SectionList *section_list = GetSectionList(); RelocateDebugSections() local 2975 SectionList *section_list = module_sp->GetSectionList(); ParseSymtab() local 3137 SectionList *section_list = GetSectionList(); ParseUnwindSymbols() local 3224 SectionList *section_list = GetSectionList(); Dump() local 3545 SectionList *section_list = GetSectionList(); CalculateStrata() local [all...] |
H A D | ELFHeader.cpp | 294 elf_half shndx, const lldb_private::SectionList *section_list) { in sectionIndexToCString() 316 const lldb_private::SectionList *section_list) { in Dump()
|
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBLocationToDWARFExpression.cpp | 90 SectionList *section_list = module->GetSectionList(); in ConvertPDBLocationToDWARFExpression() local
|
/llvm-project/lldb/source/API/ |
H A D | SBModule.cpp | 363 SectionList *section_list = module_sp->GetSectionList(); in GetNumSections() local 378 SectionList *section_list = module_sp->GetSectionList(); in GetSectionAtIndex() local 551 SectionList *section_list = module_sp->GetSectionList(); in FindSection() local
|
/llvm-project/lldb/source/Core/ |
H A D | AddressRange.cpp | 35 const SectionList *section_list) in AddressRange()
|
H A D | Address.cpp | 251 if (section_list) { in ResolveAddressUsingFileSections() argument 237 Address(addr_t address,const SectionList * section_list) Address() argument
|
H A D | Module.cpp | 439 SectionList *section_list = GetSectionList(); ResolveFileAddress() local 1344 SectionList *section_list = GetSectionList(); SetSymbolFileFileSpec() local
|
/llvm-project/lldb/source/Expression/ |
H A D | ObjectFileJIT.cpp | 171 SectionList *section_list = GetSectionList(); in SetLoadAddress() local
|
H A D | IRExecutionUnit.cpp | 1165 PopulateSectionList(lldb_private::ObjectFile * obj_file,lldb_private::SectionList & section_list) PopulateSectionList() argument
|
/llvm-project/lldb/source/Symbol/ |
H A D | SymbolFile.cpp | 236 const SectionList *section_list = module_sp->GetSectionList(); in GetDebugInfoSize() local
|
H A D | Symbol.cpp | 102 SectionList *section_list) { in FromJSON() argument 648 const SectionList *section_list, in Decode() argument
|
H A D | ObjectFile.cpp | 638 SectionList *section_list = GetSectionList(); GetLoadableData() local
|
H A D | Function.cpp | 144 SectionList *section_list = caller_module_sp->GetSectionList(); in GetLoadAddress() local
|
/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
H A D | ObjectFileJSON.cpp | 165 SectionList *section_list = GetModule()->GetSectionList(); in ParseSymtab() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | DWARFLocationExpression.cpp | 213 SectionList *section_list = module->GetSectionList(); in MakeGlobalLocationExpression() local
|
/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 374 SectionList *section_list = GetSectionList(); in SetLoadAddress() local
|
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | DynamicLoaderDarwin.cpp | 244 SectionList *section_list = image_object_file->GetSectionList(); UpdateImageLoadAddress() local 321 SectionList *section_list = image_object_file->GetSectionList(); UnloadModuleSections() local
|
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
H A D | ObjectFilePECOFF.cpp | 469 SectionList *section_list = GetSectionList(); SetLoadAddress() local 1180 SectionList *section_list = GetSectionList(); GetEntryPointAddress() local
|
/llvm-project/lldb/source/Plugins/Process/mach-core/ |
H A D | ProcessMachCore.cpp | 184 SectionList *section_list = core_objfile->GetSectionList(); in CreateMemoryRegions() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.cpp | 78 const SectionList *section_list = module_sp->GetSectionList(); ParseHeader() local
|