/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | Mangling.cpp | 136 auto SecType = MachOObj.getSectionType(Sec); in getObjectSymbolInfo()
|
/external/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 60 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
|
D | MachO.h | 206 unsigned getSectionType(SectionRef Sec) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 62 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
|
D | XCOFFObjectFile.h | 59 uint16_t getSectionType() const;
|
D | MachO.h | 284 unsigned getSectionType(SectionRef Sec) const;
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 68 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
|
D | XCOFFObjectFile.h | 63 uint16_t getSectionType() const;
|
D | MachO.h | 284 unsigned getSectionType(SectionRef Sec) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | XCOFFObjectFile.cpp | 54 template <typename T> uint16_t XCOFFSectionHeader<T>::getSectionType() const { in getSectionType() function in llvm::object::XCOFFSectionHeader 61 return getSectionType() & SectionFlagsReservedMask; in isReservedSectionType()
|
D | MachOObjectFile.cpp | 1767 unsigned MachOObjectFile::getSectionType(SectionRef Sec) const { in getSectionType() function in MachOObjectFile
|
/external/llvm-project/llvm/lib/Object/ |
D | XCOFFObjectFile.cpp | 61 template <typename T> uint16_t XCOFFSectionHeader<T>::getSectionType() const { in getSectionType() function in llvm::object::XCOFFSectionHeader 68 return getSectionType() & SectionFlagsReservedMask; in isReservedSectionType()
|
D | MachOObjectFile.cpp | 1770 unsigned MachOObjectFile::getSectionType(SectionRef Sec) const { in getSectionType() function in MachOObjectFile
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | XCOFFDumper.cpp | 484 uint16_t SectionType = Sec.getSectionType(); in printSectionHeaders()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 403 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 508 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit()
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 518 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 460 unsigned MachOObjectFile::getSectionType(SectionRef Sec) const { in getSectionType() function in MachOObjectFile
|