Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp514 RelocateSection(section); in ReadSectionData()
570 RelocateSection(section); in ReadSectionData()
681 void ObjectFile::RelocateSection(lldb_private::Section *section) in RelocateSection() function in ObjectFile
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h352 virtual void RelocateSection(lldb_private::Section *section);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h156 void RelocateSection(lldb_private::Section *section) override;
H A DObjectFileELF.cpp2890 void ObjectFileELF::RelocateSection(lldb_private::Section *section) in RelocateSection() function in ObjectFileELF