/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/ |
H A D | ObjectFilePlaceholder.cpp | 36 void ObjectFilePlaceholder::CreateSections( in CreateSections() function in ObjectFilePlaceholder
|
H A D | ObjectFilePlaceholder.h | 58 void CreateSections(lldb_private::SectionList &unified_section_list) override;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | ObjectFileBreakpad.h | 78 void CreateSections(SectionList &unified_section_list) override;
|
H A D | ObjectFileBreakpad.cpp | 126 void ObjectFileBreakpad::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileBreakpad
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
H A D | ObjectFilePDB.h | 76 void CreateSections(SectionList &unified_section_list) override {} in CreateSections() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
H A D | ObjectFileCOFF.h | 87 void CreateSections(lldb_private::SectionList &) override;
|
H A D | ObjectFileCOFF.cpp | 181 void ObjectFileCOFF::CreateSections(lldb_private::SectionList §ions) { in CreateSections() function in ObjectFileCOFF
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
H A D | ObjectFileJIT.h | 90 void CreateSections(lldb_private::SectionList &unified_section_list) override;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.h | 86 void CreateSections(SectionList &unified_section_list) override;
|
H A D | ObjectFileWasm.cpp | 290 void ObjectFileWasm::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileWasm
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
H A D | ObjectFileJSON.h | 75 void CreateSections(SectionList &unified_section_list) override;
|
H A D | ObjectFileJSON.cpp | 177 void ObjectFileJSON::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileJSON
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | ObjectFileJIT.cpp | 106 void ObjectFileJIT::CreateSections(SectionList &unified_section_list) { in IsStripped() 110 void ObjectFileJIT::CreateSections(SectionList &unified_section_list) { CreateSections() function in ObjectFileJIT
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | SymbolFile.cpp | 53 objfile_sp->CreateSections(*module_sp->GetUnifiedSectionList()); in FindPlugin()
|
H A D | ObjectFile.cpp | 605 CreateSections(*module_sp->GetUnifiedSectionList()); in GetSectionList() 609 CreateSections(unified_section_list); in GetSectionList()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | ObjectFile.h | 301 virtual void CreateSections(SectionList &unified_section_list) = 0;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.h | 118 void CreateSections(lldb_private::SectionList &unified_section_list) override;
|
H A D | ObjectFileELF.cpp | 1907 void ObjectFileELF::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileELF
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Module.cpp | 1229 obj_file->CreateSections(*GetUnifiedSectionList()); in GetSectionList()
|