Home
last modified time | relevance | path

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

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