|
LLVM
3.7.0
|
#include "MCTargetDesc/SystemZMCTargetDesc.h"#include "MCTargetDesc/SystemZMCFixups.h"#include "llvm/MC/MCELFObjectWriter.h"#include "llvm/MC/MCExpr.h"#include "llvm/MC/MCValue.h"Go to the source code of this file.
Functions | |
| static unsigned | getAbsoluteReloc (unsigned Kind) |
| static unsigned | getPCRelReloc (unsigned Kind) |
| static unsigned | getTLSLEReloc (unsigned Kind) |
| static unsigned | getTLSLDOReloc (unsigned Kind) |
| static unsigned | getTLSLDMReloc (unsigned Kind) |
| static unsigned | getTLSGDReloc (unsigned Kind) |
| static unsigned | getPLTReloc (unsigned Kind) |
Definition at line 40 of file SystemZMCObjectWriter.cpp.
References llvm::FK_Data_1, llvm::FK_Data_2, llvm::FK_Data_4, llvm::FK_Data_8, and llvm_unreachable.
Definition at line 51 of file SystemZMCObjectWriter.cpp.
References llvm::SystemZ::FK_390_PC16DBL, llvm::SystemZ::FK_390_PC32DBL, llvm::FK_Data_2, llvm::FK_Data_4, llvm::FK_Data_8, and llvm_unreachable.
Definition at line 101 of file SystemZMCObjectWriter.cpp.
References llvm::SystemZ::FK_390_PC16DBL, llvm::SystemZ::FK_390_PC32DBL, and llvm_unreachable.
Definition at line 91 of file SystemZMCObjectWriter.cpp.
References llvm::SystemZ::FK_390_TLS_CALL, llvm::FK_Data_4, llvm::FK_Data_8, and llvm_unreachable.
Definition at line 81 of file SystemZMCObjectWriter.cpp.
References llvm::SystemZ::FK_390_TLS_CALL, llvm::FK_Data_4, llvm::FK_Data_8, and llvm_unreachable.
Definition at line 72 of file SystemZMCObjectWriter.cpp.
References llvm::FK_Data_4, llvm::FK_Data_8, and llvm_unreachable.
Definition at line 63 of file SystemZMCObjectWriter.cpp.
References llvm::FK_Data_4, llvm::FK_Data_8, and llvm_unreachable.
1.8.6