Home
last modified time | relevance | path

Searched refs:toSec (Results 1 – 7 of 7) 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-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp119 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { in toSec() function in COFFObjectFile
268 const coff_section *Sec = toSec(Ref); in moveSectionNext()
275 const coff_section *Sec = toSec(Ref); in getSectionName()
280 const coff_section *Sec = toSec(Ref); in getSectionAddress()
290 return toSec(Sec) - SectionTable; in getSectionIndex()
294 return getSectionSize(toSec(Ref)); in getSectionSize()
299 const coff_section *Sec = toSec(Ref); in getSectionContents()
307 const coff_section *Sec = toSec(Ref); in getSectionAlignment()
316 const coff_section *Sec = toSec(Ref); in isSectionText()
321 const coff_section *Sec = toSec(Ref); in isSectionData()
[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;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h790 const coff_section *toSec(DataRefImpl Sec) const;
/external/u-boot/
DREADME4937 alarm(PROJECT_DEADLINE - toSec (3 * WEEK));