Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.h20 class ELFSectionRef; variable
30 uint64_t getELFSectionLMA(const object::ELFSectionRef &Sec);
H A Dllvm-objdump.h25 class ELFSectionRef; variable
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.cpp866 return ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC; in shouldAdjustVA()
2272 if (ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC) { in checkForInvalidStartStopAddress()
/freebsd-13.1/contrib/llvm-project/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*());
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp81 object::ELFSectionRef ElfSection(Section); in fillSectionInformation()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp177 switch (static_cast<ELFSectionRef>(Section).getType()) { in considerForSize()
184 return static_cast<ELFSectionRef>(Section).getFlags() & ELF::SHF_ALLOC; in considerForSize()