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