Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Object/
DCOFFObjectFile.cpp72 const coff_section *COFFObjectFile::toSec(DataRefImpl Sec) const { in toSec() function in COFFObjectFile
280 const coff_section *sec = toSec(Sec); in getSectionNext()
289 const coff_section *sec = toSec(Sec); in getSectionName()
312 const coff_section *sec = toSec(Sec); in getSectionAddress()
319 const coff_section *sec = toSec(Sec); in getSectionSize()
326 const coff_section *sec = toSec(Sec); in getSectionContents()
341 const coff_section *sec = toSec(Sec); in getSectionAlignment()
350 const coff_section *sec = toSec(Sec); in isSectionText()
357 const coff_section *sec = toSec(Sec); in isSectionData()
364 const coff_section *sec = toSec(Sec); in isSectionBSS()
[all …]
/external/llvm/lib/Object/
DCOFFObjectFile.cpp116 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { in toSec() function in COFFObjectFile
256 const coff_section *Sec = toSec(Ref); in moveSectionNext()
263 const coff_section *Sec = toSec(Ref); in getSectionName()
268 const coff_section *Sec = toSec(Ref); in getSectionAddress()
278 return getSectionSize(toSec(Ref)); in getSectionSize()
283 const coff_section *Sec = toSec(Ref); in getSectionContents()
291 const coff_section *Sec = toSec(Ref); in getSectionAlignment()
300 const coff_section *Sec = toSec(Ref); in isSectionText()
305 const coff_section *Sec = toSec(Ref); in isSectionData()
310 const coff_section *Sec = toSec(Ref); in isSectionBSS()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DCOFF.h91 const coff_section *toSec(DataRefImpl Sec) const;
/external/llvm/include/llvm/Object/
DCOFF.h649 const coff_section *toSec(DataRefImpl Sec) const;