Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELFObjectFile.h49 friend class ELFSectionRef; variable
76 class ELFSectionRef : public SectionRef {
78 ELFSectionRef(const SectionRef &B) : SectionRef(B) { in ELFSectionRef() function
101 const ELFSectionRef *operator->() const {
102 return static_cast<const ELFSectionRef *>(section_iterator::operator->());
105 const ELFSectionRef &operator*() const {
106 return static_cast<const ELFSectionRef &>(section_iterator::operator*());
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp356 return ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC; in isRequiredForExecution()
379 return !(ELFSectionRef(Section).getFlags() & in isReadOnlyData()
397 return ELFSectionRef(Section).getType() == ELF::SHT_NOBITS; in isZeroInit()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp180 switch (static_cast<ELFSectionRef>(Section).getType()) { in considerForSize()