Home
last modified time | relevance | path

Searched defs:getRelocatedSection (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp105 ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h594 inline Expected<section_iterator> SectionRef::getRelocatedSection() const { in getRelocatedSection() function
H A DELFObjectFile.h1082 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp392 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection() function in InputSection