Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DObjectFile.cpp68 section_iterator ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObjectFile.cpp95 ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
/external/llvm-project/llvm/lib/Object/
DObjectFile.cpp102 ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function in ObjectFile
/external/llvm/include/llvm/Object/
DObjectFile.h419 inline section_iterator SectionRef::getRelocatedSection() const { in getRelocatedSection() function
DELFObjectFile.h657 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h506 inline Expected<section_iterator> SectionRef::getRelocatedSection() const { in getRelocatedSection() function
DELFObjectFile.h848 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
/external/llvm-project/llvm/include/llvm/Object/
DObjectFile.h519 inline Expected<section_iterator> SectionRef::getRelocatedSection() const { in getRelocatedSection() function
DELFObjectFile.h935 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection() function
/external/llvm-project/lld/ELF/
DInputSection.cpp406 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection() function in InputSection