Home
last modified time | relevance | path

Searched refs:toSec (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Object/
DCOFFObjectFile.cpp117 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { in toSec() function in COFFObjectFile
257 const coff_section *Sec = toSec(Ref); in moveSectionNext()
264 const coff_section *Sec = toSec(Ref); in getSectionName()
269 const coff_section *Sec = toSec(Ref); in getSectionAddress()
279 return getSectionSize(toSec(Ref)); in getSectionSize()
284 const coff_section *Sec = toSec(Ref); in getSectionContents()
292 const coff_section *Sec = toSec(Ref); in getSectionAlignment()
297 const coff_section *Sec = toSec(Ref); in isSectionText()
302 const coff_section *Sec = toSec(Ref); in isSectionData()
307 const coff_section *Sec = toSec(Ref); in isSectionBSS()
[all …]
/external/llvm/include/llvm/Object/
DCOFF.h577 const coff_section *toSec(DataRefImpl Sec) const;