HomeSort by relevance Sort by last modified time
    Searched refs:toSec (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Object/
COFFObjectFile.cpp 72 const coff_section *COFFObjectFile::toSec(DataRefImpl Sec) const {
280 const coff_section *sec = toSec(Sec);
289 const coff_section *sec = toSec(Sec);
312 const coff_section *sec = toSec(Sec);
319 const coff_section *sec = toSec(Sec);
326 const coff_section *sec = toSec(Sec);
341 const coff_section *sec = toSec(Sec);
350 const coff_section *sec = toSec(Sec);
357 const coff_section *sec = toSec(Sec);
364 const coff_section *sec = toSec(Sec)
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 116 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const {
256 const coff_section *Sec = toSec(Ref);
263 const coff_section *Sec = toSec(Ref);
268 const coff_section *Sec = toSec(Ref);
278 return getSectionSize(toSec(Ref));
283 const coff_section *Sec = toSec(Ref);
291 const coff_section *Sec = toSec(Ref);
300 const coff_section *Sec = toSec(Ref);
305 const coff_section *Sec = toSec(Ref);
310 const coff_section *Sec = toSec(Ref)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
COFF.h 91 const coff_section *toSec(DataRefImpl Sec) const;
  /external/llvm/include/llvm/Object/
COFF.h 649 const coff_section *toSec(DataRefImpl Sec) const;
    [all...]

Completed in 314 milliseconds