Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DMangling.cpp136 auto SecType = MachOObj.getSectionType(Sec); in getObjectSymbolInfo()
/external/llvm/include/llvm/Object/
DELFObjectFile.h60 virtual uint32_t getSectionType(DataRefImpl Sec) const = 0;
87 return getObject()->getSectionType(getRawDataRefImpl()); in getType()
246 uint32_t getSectionType(DataRefImpl Sec) const override;
379 uint32_t ELFObjectFile<ELFT>::getSectionType(DataRefImpl Sec) const { in getSectionType() function
DMachO.h206 unsigned getSectionType(SectionRef Sec) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h62 virtual uint32_t getSectionType(DataRefImpl Sec) const = 0;
109 return getObject()->getSectionType(getRawDataRefImpl()); in getType()
301 uint32_t getSectionType(DataRefImpl Sec) const override;
488 uint32_t ELFObjectFile<ELFT>::getSectionType(DataRefImpl Sec) const { in getSectionType() function
DXCOFFObjectFile.h59 uint16_t getSectionType() const;
DMachO.h284 unsigned getSectionType(SectionRef Sec) const;
/external/llvm-project/llvm/include/llvm/Object/
DELFObjectFile.h68 virtual uint32_t getSectionType(DataRefImpl Sec) const = 0;
112 return getObject()->getSectionType(getRawDataRefImpl()); in getType()
315 uint32_t getSectionType(DataRefImpl Sec) const override;
534 uint32_t ELFObjectFile<ELFT>::getSectionType(DataRefImpl Sec) const { in getSectionType() function
DXCOFFObjectFile.h63 uint16_t getSectionType() const;
DMachO.h284 unsigned getSectionType(SectionRef Sec) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp54 template <typename T> uint16_t XCOFFSectionHeader<T>::getSectionType() const { in getSectionType() function in llvm::object::XCOFFSectionHeader
61 return getSectionType() & SectionFlagsReservedMask; in isReservedSectionType()
DMachOObjectFile.cpp1767 unsigned MachOObjectFile::getSectionType(SectionRef Sec) const { in getSectionType() function in MachOObjectFile
/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp61 template <typename T> uint16_t XCOFFSectionHeader<T>::getSectionType() const { in getSectionType() function in llvm::object::XCOFFSectionHeader
68 return getSectionType() & SectionFlagsReservedMask; in isReservedSectionType()
DMachOObjectFile.cpp1770 unsigned MachOObjectFile::getSectionType(SectionRef Sec) const { in getSectionType() function in MachOObjectFile
/external/llvm-project/llvm/tools/llvm-readobj/
DXCOFFDumper.cpp484 uint16_t SectionType = Sec.getSectionType(); in printSectionHeaders()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp403 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp508 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp518 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit()
/external/llvm/lib/Object/
DMachOObjectFile.cpp460 unsigned MachOObjectFile::getSectionType(SectionRef Sec) const { in getSectionType() function in MachOObjectFile