Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DObjectFile.cpp88 section_iterator ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DObjectFile.h482 inline section_iterator SectionRef::getRelocatedSection() const { in getRelocatedSection() function
H A DELFObjectFile.h812 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputSection.cpp395 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection() function in InputSection