Searched refs:getRelocationTySize (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMELFWriterInfo.h41 virtual unsigned getRelocationTySize(unsigned RelTy) const;
H A DARMELFWriterInfo.cpp60 unsigned ARMELFWriterInfo::getRelocationTySize(unsigned RelTy) const { function in class:ARMELFWriterInfo
61 llvm_unreachable("ARMELFWriterInfo::getRelocationTySize() not implemented");
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeELFWriterInfo.h41 virtual unsigned getRelocationTySize(unsigned RelTy) const;
H A DMBlazeELFWriterInfo.cpp58 unsigned MBlazeELFWriterInfo::getRelocationTySize(unsigned RelTy) const { function in class:MBlazeELFWriterInfo
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsELFWriterInfo.h41 virtual unsigned getRelocationTySize(unsigned RelTy) const;
H A DMipsELFWriterInfo.cpp59 unsigned MipsELFWriterInfo::getRelocationTySize(unsigned RelTy) const { function in class:MipsELFWriterInfo
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ELFWriterInfo.h41 virtual unsigned getRelocationTySize(unsigned RelTy) const;
H A DX86ELFWriterInfo.cpp87 unsigned X86ELFWriterInfo::getRelocationTySize(unsigned RelTy) const { function in class:X86ELFWriterInfo
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetELFWriterInfo.h103 virtual unsigned getRelocationTySize(unsigned RelTy) const = 0;

Completed in 74 milliseconds