Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Object/
DCOFFObjectFile.cpp563 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel() function in COFFObjectFile
575 Res = toRel(Rel)->VirtualAddress; in getRelocationAddress()
580 const coff_relocation* R = toRel(Rel); in getRelocationSymbol()
588 const coff_relocation* R = toRel(Rel); in getRelocationType()
598 const coff_relocation *reloc = toRel(Rel); in getRelocationTypeName()
657 const coff_relocation *reloc = toRel(Rel); in getRelocationValueString()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp1050 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel() function in COFFObjectFile
1060 const coff_relocation *R = toRel(Rel); in getRelocationOffset()
1065 const coff_relocation *R = toRel(Rel); in getRelocationSymbol()
1079 const coff_relocation* R = toRel(Rel); in getRelocationType()
1102 return toRel(Reloc.getRawDataRefImpl()); in getCOFFRelocation()
1121 const coff_relocation *Reloc = toRel(Rel); in getRelocationTypeName()
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DCOFF.h92 const coff_relocation *toRel(DataRefImpl Rel) const;
/external/llvm/include/llvm/Object/
DCOFF.h650 const coff_relocation *toRel(DataRefImpl Rel) const;