Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp82 auto SecType = Obj.getSectionType(Sec); in getMachOObjectFileSymbolInfo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h77 virtual uint32_t getSectionType(DataRefImpl Sec) const = 0;
135 return getObject()->getSectionType(getRawDataRefImpl()); in getType()
329 uint32_t getSectionType(DataRefImpl Sec) const override;
554 uint32_t ELFObjectFile<ELFT>::getSectionType(DataRefImpl Sec) const { in getSectionType() function
H A DMachO.h431 unsigned getSectionType(SectionRef Sec) const;
H A DXCOFFObjectFile.h164 uint16_t getSectionType() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp62 template <typename T> uint16_t XCOFFSectionHeader<T>::getSectionType() const { in getSectionType() function in llvm::object::XCOFFSectionHeader
69 return getSectionType() & SectionFlagsReservedMask; in isReservedSectionType()
802 if (Sec.getSectionType() == SectType) in getSectionByType()
H A DMachOObjectFile.cpp1789 unsigned MachOObjectFile::getSectionType(SectionRef Sec) const { in getSectionType() function in MachOObjectFile
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp521 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp1182 uint16_t SectionType = Sec.getSectionType(); in printSectionHeaders()