Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp79 auto SecType = Obj.getSectionType(Sec); in getMachOObjectFileSymbolInfo()
/llvm-project-15.0.7/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()
401 if (Sec64.getSectionType() == XCOFF::STYP_LOADER) { in getLoaderSectionAddress()
408 if (Sec32.getSectionType() == XCOFF::STYP_LOADER) { in getLoaderSectionAddress()
H A DMachOObjectFile.cpp1777 unsigned MachOObjectFile::getSectionType(SectionRef Sec) const { in getSectionType() function in MachOObjectFile
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELFObjectFile.h70 virtual uint32_t getSectionType(DataRefImpl Sec) const = 0;
124 return getObject()->getSectionType(getRawDataRefImpl()); in getType()
318 uint32_t getSectionType(DataRefImpl Sec) const override;
539 uint32_t ELFObjectFile<ELFT>::getSectionType(DataRefImpl Sec) const { in getSectionType() function
H A DXCOFFObjectFile.h161 uint16_t getSectionType() const;
H A DMachO.h405 unsigned getSectionType(SectionRef Sec) const;
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp905 uint16_t SectionType = Sec.getSectionType(); in printSectionHeaders()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp520 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit()