Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DCOFFObjectFile.cpp116 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { in toSec() function in COFFObjectFile
318 const coff_section *Sec = toSec(Ref); in moveSectionNext()
325 const coff_section *Sec = toSec(Ref); in getSectionName()
330 const coff_section *Sec = toSec(Ref); in getSectionAddress()
335 return getSectionSize(toSec(Ref)); in getSectionSize()
340 const coff_section *Sec = toSec(Ref); in getSectionContents()
348 const coff_section *Sec = toSec(Ref); in getSectionAlignment()
353 const coff_section *Sec = toSec(Ref); in isSectionText()
358 const coff_section *Sec = toSec(Ref); in isSectionData()
363 const coff_section *Sec = toSec(Ref); in isSectionBSS()
[all …]
/external/llvm/include/llvm/Object/
DCOFF.h510 const coff_section *toSec(DataRefImpl Sec) const;