Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDObjectFile.cpp95 ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDObjectFile.h506 inline Expected<section_iterator> SectionRef::getRelocatedSection() const { in getRelocatedSection() function
HDELFObjectFile.h848 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDInputSection.cpp398 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection() function in lld::elf::InputSection