Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Object/
H A DObjectFile.cpp105 ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h537 inline Expected<section_iterator> SectionRef::getRelocatedSection() const { in getRelocatedSection() function
H A DELFObjectFile.h997 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
/openbsd/gnu/llvm/lld/ELF/
H A DInputSection.cpp345 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection() function in InputSection