Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp93 XCOFFObjectFile::toSection32(DataRefImpl Ref) const { in toSection32() function in llvm::object::XCOFFObjectFile
245 return toSection32(Sec)->VirtualAddress; in getSectionAddress()
254 return toSection32(Sec) - sectionHeaderTable32() + 1; in getSectionIndex()
263 return toSection32(Sec)->SectionSize; in getSectionSize()
275 OffsetToRaw = toSection32(Sec)->FileOffsetToRawData; in getSectionContents()
313 : toSection32(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.cpp100 XCOFFObjectFile::toSection32(DataRefImpl Ref) const { in toSection32() function in llvm::object::XCOFFObjectFile
252 return toSection32(Sec)->VirtualAddress; in getSectionAddress()
261 return toSection32(Sec) - sectionHeaderTable32() + 1; in getSectionIndex()
270 return toSection32(Sec)->SectionSize; in getSectionSize()
282 OffsetToRaw = toSection32(Sec)->FileOffsetToRawData; in getSectionContents()
320 : toSection32(Sec)->FileOffsetToRawData == 0; in isSectionVirtual()
326 const XCOFFSectionHeader32 *SectionEntPtr = toSection32(Sec); in section_rel_begin()
338 const XCOFFSectionHeader32 *SectionEntPtr = toSection32(Sec); in section_rel_end()
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.h216 const XCOFFSectionHeader32 *toSection32(DataRefImpl Ref) const;
/external/llvm-project/llvm/include/llvm/Object/
DXCOFFObjectFile.h235 const XCOFFSectionHeader32 *toSection32(DataRefImpl Ref) const;