Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DELFDump.h20 class ELFSectionRef; variable
30 uint64_t getELFSectionLMA(const object::ELFSectionRef &Sec);
H A DELFDump.cpp145 const object::ELFSectionRef &Sec) { in getSectionLMA()
161 uint64_t objdump::getELFSectionLMA(const object::ELFSectionRef &Sec) { in getELFSectionLMA()
H A Dllvm-objdump.h25 class ELFSectionRef; variable
H A Dllvm-objdump.cpp829 return ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC; in shouldAdjustVA()
2189 if (ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC) { in checkForInvalidStartStopAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELFObjectFile.h51 friend class ELFSectionRef; variable
101 class ELFSectionRef : public SectionRef {
103 ELFSectionRef(const SectionRef &B) : SectionRef(B) { in ELFSectionRef() function
130 const ELFSectionRef *operator->() const {
131 return static_cast<const ELFSectionRef *>(section_iterator::operator->());
134 const ELFSectionRef &operator*() const {
135 return static_cast<const ELFSectionRef &>(section_iterator::operator*());
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp57 const object::ELFSectionRef &Sec, in getELFImageLMAForSec()
73 static uint64_t getELFImageLMAForSec(const object::ELFSectionRef &Sec) { in getELFImageLMAForSec()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp471 return ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC; in isRequiredForExecution()
494 return !(ELFSectionRef(Section).getFlags() & in isReadOnlyData()
512 return ELFSectionRef(Section).getType() == ELF::SHT_NOBITS; in isZeroInit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp81 object::ELFSectionRef ElfSection(Section); in fillSectionInformation()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-size/
H A Dllvm-size.cpp187 switch (static_cast<ELFSectionRef>(Section).getType()) { in considerForSize()
194 return static_cast<ELFSectionRef>(Section).getFlags() & ELF::SHF_ALLOC; in considerForSize()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp454 if (!(object::ELFSectionRef(Section).getFlags() & ELF::SHF_EXECINSTR)) in parseCodeSections()