HomeSort by relevance Sort by last modified time
    Searched defs:toRel (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Object/
COFFObjectFile.cpp 563 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const {
575 Res = toRel(Rel)->VirtualAddress;
580 const coff_relocation* R = toRel(Rel);
588 const coff_relocation* R = toRel(Rel);
598 const coff_relocation *reloc = toRel(Rel);
657 const coff_relocation *reloc = toRel(Rel);
  /external/llvm/lib/Object/
COFFObjectFile.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
COFFObjectFile.cpp     [all...]

Completed in 91 milliseconds