Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp81 auto SecType = Obj.getSectionType(Sec); in getMachOObjectFileSymbolInfo()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELFObjectFile.h71 virtual uint32_t getSectionType(DataRefImpl Sec) const = 0;
125 return getObject()->getSectionType(getRawDataRefImpl()); in getType()
319 uint32_t getSectionType(DataRefImpl Sec) const override;
540 uint32_t ELFObjectFile<ELFT>::getSectionType(DataRefImpl Sec) const { in getSectionType() function
H A DXCOFFObjectFile.h161 uint16_t getSectionType() const;
H A DMachO.h430 unsigned getSectionType(SectionRef Sec) const;
/openbsd-src/gnu/llvm/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()
794 if (Sec.getSectionType() == SectType) in getSectionByType()
H A DMachOObjectFile.cpp1782 unsigned MachOObjectFile::getSectionType(SectionRef Sec) const { in getSectionType() function in MachOObjectFile
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp521 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp1181 uint16_t SectionType = Sec.getSectionType(); in printSectionHeaders()