Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DCOFFObjectFile.cpp737 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel() function in COFFObjectFile
753 Res = toRel(Rel)->VirtualAddress; in getRelocationOffset()
757 const coff_relocation* R = toRel(Rel); in getRelocationSymbol()
764 const coff_relocation* R = toRel(Rel); in getRelocationType()
779 return toRel(It->getRawDataRefImpl()); in getCOFFRelocation()
788 const coff_relocation *reloc = toRel(Rel); in getRelocationTypeName()
842 const coff_relocation *reloc = toRel(Rel); in getRelocationValueString()
/external/llvm/include/llvm/Object/
DCOFF.h211 const coff_relocation *toRel(DataRefImpl Rel) const;