Home
last modified time | relevance | path

Searched refs:RelocateSection (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp497 RelocateSection(section); in ReadSectionData()
541 RelocateSection(section); in ReadSectionData()
666 void ObjectFile::RelocateSection(lldb_private::Section *section) in RelocateSection() function in ObjectFile
/src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h333 virtual void RelocateSection(lldb_private::Section *section);
/src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h156 void RelocateSection(lldb_private::Section *section) override;
H A DObjectFileELF.cpp3111 void ObjectFileELF::RelocateSection(lldb_private::Section *section) in RelocateSection() function in ObjectFileELF