Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1004 return ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC; in shouldAdjustVA()
2162 if (Obj->isELF() && (ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC)) in printRelocations()
2209 if (!Elf || !any_of(Elf->sections(), [](const ELFSectionRef Sec) { in printDynamicRelocations()
2771 if (ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC) { in checkForInvalidStartStopAddress()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELFObjectFile.h53 friend class ELFSectionRef; variable
114 class ELFSectionRef : public SectionRef {
116 ELFSectionRef(const SectionRef &B) : SectionRef(B) { in ELFSectionRef() function
143 const ELFSectionRef *operator->() const {
144 return static_cast<const ELFSectionRef *>(section_iterator::operator->());
147 const ELFSectionRef &operator*() const {
148 return static_cast<const ELFSectionRef &>(section_iterator::operator*());
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DOffloadBinary.cpp77 static_cast<ELFSectionRef>(Sec).getType() != ELF::SHT_LLVM_OFFLOADING) in extractFromObject()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp82 object::ELFSectionRef ElfSection(Section); in fillSectionInformation()
/openbsd-src/gnu/llvm/llvm/tools/llvm-size/
H A Dllvm-size.cpp180 switch (static_cast<ELFSectionRef>(Section).getType()) { in considerForSize()
187 return static_cast<ELFSectionRef>(Section).getFlags() & ELF::SHF_ALLOC; in considerForSize()
/openbsd-src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp458 if (!(object::ELFSectionRef(Section).getFlags() & ELF::SHF_EXECINSTR)) in parseCodeSections()
/openbsd-src/gnu/llvm/llvm/lib/DWP/
H A DDWP.cpp289 !(static_cast<ELFSectionRef>(Sec).getFlags() & ELF::SHF_COMPRESSED)) in handleCompressedSection()