Home
last modified time | relevance | path

Searched refs:ELFSectionRef (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELFObjectFile.h49 friend class ELFSectionRef; variable
93 class ELFSectionRef : public SectionRef {
95 ELFSectionRef(const SectionRef &B) : SectionRef(B) { in ELFSectionRef() function
122 const ELFSectionRef *operator->() const {
123 return static_cast<const ELFSectionRef *>(section_iterator::operator->());
126 const ELFSectionRef &operator*() const {
127 return static_cast<const ELFSectionRef &>(section_iterator::operator*());
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp413 return ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC; in isRequiredForExecution()
436 return !(ELFSectionRef(Section).getFlags() & in isReadOnlyData()
454 return ELFSectionRef(Section).getType() == ELF::SHT_NOBITS; in isZeroInit()