Home
last modified time | relevance | path

Searched refs:getRelocationTySize (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeELFWriterInfo.h40 virtual unsigned getRelocationTySize(unsigned RelTy) const;
DMBlazeELFWriterInfo.cpp60 unsigned MBlazeELFWriterInfo::getRelocationTySize(unsigned RelTy) const { in getRelocationTySize() function in MBlazeELFWriterInfo
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMELFWriterInfo.h40 virtual unsigned getRelocationTySize(unsigned RelTy) const;
DARMELFWriterInfo.cpp61 unsigned ARMELFWriterInfo::getRelocationTySize(unsigned RelTy) const { in getRelocationTySize() function in ARMELFWriterInfo
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ELFWriterInfo.h41 virtual unsigned getRelocationTySize(unsigned RelTy) const;
DX86ELFWriterInfo.cpp89 unsigned X86ELFWriterInfo::getRelocationTySize(unsigned RelTy) const { in getRelocationTySize() function in X86ELFWriterInfo
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetELFWriterInfo.h105 virtual unsigned getRelocationTySize(unsigned RelTy) const = 0;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp784 unsigned RelTySize = TEW->getRelocationTySize(RelType); in EmitRelocations()