Searched refs:ELFSectionRef (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.h20 class ELFSectionRef;
30 uint64_t getELFSectionLMA(const object::ELFSectionRef &Sec);
H A Dllvm-objdump.h24 class ELFSectionRef;
H A DELFDump.cpp137 const object::ELFSectionRef &Sec) {
153 uint64_t objdump::getELFSectionLMA(const object::ELFSectionRef &Sec) {
H A Dllvm-objdump.cpp1461 return ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC;
2704 if (ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h51 friend class ELFSectionRef;
98 class ELFSectionRef : public SectionRef { class in namespace:llvm::object
100 ELFSectionRef(const SectionRef &B) : SectionRef(B) { function in class:llvm::object::ELFSectionRef
127 const ELFSectionRef *operator->() const {
128 return static_cast<const ELFSectionRef *>(section_iterator::operator->());
131 const ELFSectionRef &operator*() const {
132 return static_cast<const ELFSectionRef &>(section_iterator::operator*());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp471 return ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC;
494 return !(ELFSectionRef(Section).getFlags() &
512 return ELFSectionRef(Section).getType() == ELF::SHT_NOBITS;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp187 switch (static_cast<ELFSectionRef>(Section).getType()) {
194 return static_cast<ELFSectionRef>(Section).getFlags() & ELF::SHF_ALLOC;

Completed in 143 milliseconds