Searched defs:getRelocatedSection (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Object/ | ||
H A D | ObjectFile.cpp | 105 ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile |
/llvm-project/llvm/include/llvm/Object/ | ||
H A D | ObjectFile.h | 594 inline Expected<section_iterator> SectionRef::getRelocatedSection() const { in getRelocatedSection() function |
H A D | ELFObjectFile.h | 1082 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { getRelocatedSection() function |
/llvm-project/lld/ELF/ | ||
H A D | InputSection.cpp | 357 InputSectionBase *InputSection::getRelocatedSection() const { getRelocatedSection() function in InputSection |