Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp102 XCOFFObjectFile::toSection64(DataRefImpl Ref) const { in toSection64() function in llvm::object::XCOFFObjectFile
243 return toSection64(Sec)->VirtualAddress; in getSectionAddress()
252 return toSection64(Sec) - sectionHeaderTable64() + 1; in getSectionIndex()
261 return toSection64(Sec)->SectionSize; in getSectionSize()
273 OffsetToRaw = toSection64(Sec)->FileOffsetToRawData; in getSectionContents()
312 return is64Bit() ? toSection64(Sec)->FileOffsetToRawData == 0 in isSectionVirtual()
552 return is64Bit() ? toSection64(Sec)->Name : toSection32(Sec)->Name; in getSectionNameInternal()
560 return is64Bit() ? toSection64(Sec)->Flags : toSection32(Sec)->Flags; in getSectionFlags()
/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp109 XCOFFObjectFile::toSection64(DataRefImpl Ref) const { in toSection64() function in llvm::object::XCOFFObjectFile
250 return toSection64(Sec)->VirtualAddress; in getSectionAddress()
259 return toSection64(Sec) - sectionHeaderTable64() + 1; in getSectionIndex()
268 return toSection64(Sec)->SectionSize; in getSectionSize()
280 OffsetToRaw = toSection64(Sec)->FileOffsetToRawData; in getSectionContents()
319 return is64Bit() ? toSection64(Sec)->FileOffsetToRawData == 0 in isSectionVirtual()
599 return is64Bit() ? toSection64(Sec)->Name : toSection32(Sec)->Name; in getSectionNameInternal()
607 return is64Bit() ? toSection64(Sec)->Flags : toSection32(Sec)->Flags; in getSectionFlags()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DXCOFFObjectFile.h217 const XCOFFSectionHeader64 *toSection64(DataRefImpl Ref) const;
/external/llvm-project/llvm/include/llvm/Object/
DXCOFFObjectFile.h236 const XCOFFSectionHeader64 *toSection64(DataRefImpl Ref) const;