Searched defs:toSec (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Object/
H A DCOFFObjectFile.cpp72 const coff_section *COFFObjectFile::toSec(DataRefImpl Sec) const { function in class:COFFObjectFile
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(Se
[all...]
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp116 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { function in class:COFFObjectFile
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(Re
[all...]

Completed in 151 milliseconds