Home
last modified time | relevance | path

Searched refs:sectionHeaderTable32 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp131 XCOFFObjectFile::sectionHeaderTable32() const { in sectionHeaderTable32() function in llvm::object::XCOFFObjectFile
254 return toSection32(Sec) - sectionHeaderTable32() + 1; in getSectionIndex()
577 const XCOFFSectionHeader32 *TablePtr = sectionHeaderTable32(); in sections32()
589 uint16_t SectionIndex = &Sec - sectionHeaderTable32() + 1; in getLogicalNumberOfRelocationEntries()
/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp138 XCOFFObjectFile::sectionHeaderTable32() const { in sectionHeaderTable32() function in llvm::object::XCOFFObjectFile
261 return toSection32(Sec) - sectionHeaderTable32() + 1; in getSectionIndex()
355 const XCOFFSectionHeader32 *Sec32 = sectionHeaderTable32(); in getRelocationOffset()
624 const XCOFFSectionHeader32 *TablePtr = sectionHeaderTable32(); in sections32()
636 uint16_t SectionIndex = &Sec - sectionHeaderTable32() + 1; in getLogicalNumberOfRelocationEntries()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DXCOFFObjectFile.h210 const XCOFFSectionHeader32 *sectionHeaderTable32() const;
/external/llvm-project/llvm/include/llvm/Object/
DXCOFFObjectFile.h229 const XCOFFSectionHeader32 *sectionHeaderTable32() const;