Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.h20 class ELFSectionRef; variable
30 uint64_t getELFSectionLMA(const object::ELFSectionRef &Sec);
H A DELFDump.cpp180 const object::ELFSectionRef &Sec) { in getSectionLMA()
198 uint64_t objdump::getELFSectionLMA(const object::ELFSectionRef &Sec) { in getELFSectionLMA()
330 if (!any_of(Obj.sections(), [](const ELFSectionRef Sec) { in printDynamicRelocations()
H A Dllvm-objdump.cpp1322 return ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC; in shouldAdjustVA()
2667 if (O.isELF() && (ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC)) in printRelocations()
2692 if (O.isELF() && ELFSectionRef(Section).getType() == ELF::SHT_CREL) { in printRelocations()
3239 if (ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC) { in checkForInvalidStartStopAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h59 friend class ELFSectionRef; variable
130 class ELFSectionRef : public SectionRef {
132 ELFSectionRef(const SectionRef &B) : SectionRef(B) { in ELFSectionRef() function
159 const ELFSectionRef *operator->() const {
160 return static_cast<const ELFSectionRef *>(section_iterator::operator->());
163 const ELFSectionRef &operator*() const {
164 return static_cast<const ELFSectionRef &>(section_iterator::operator*());
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp474 return ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC; in isRequiredForExecution()
497 return !(ELFSectionRef(Section).getFlags() & in isReadOnlyData()
515 return ELFSectionRef(Section).getType() == ELF::SHT_NOBITS; in isZeroInit()
529 return ELFSectionRef(Section).getFlags() & ELF::SHF_TLS; in isTLS()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBinary.cpp77 static_cast<ELFSectionRef>(Sec).getType() != ELF::SHT_LLVM_OFFLOADING) in extractFromObject()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp82 object::ELFSectionRef ElfSection(Section); in fillSectionInformation()
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp172 switch (static_cast<ELFSectionRef>(Section).getType()) { in getRadixFmt()
179 return static_cast<ELFSectionRef>(Section).getFlags() & ELF::SHF_ALLOC; in considerForSize()
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp339 !(static_cast<ELFSectionRef>(Sec).getFlags() & ELF::SHF_COMPRESSED)) in handleCompressedSection()