|
LLVM
3.7.0
|
#include "PPCInstrInfo.h"#include "PPC.h"#include "PPCInstrBuilder.h"#include "PPCTargetMachine.h"#include "llvm/CodeGen/LiveIntervalAnalysis.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | DEBUG_TYPE "ppc-tls-dynamic-call" |
Functions | |
| void | llvm::initializePPCTLSDynamicCallPass (PassRegistry &) |
| INITIALIZE_PASS_BEGIN (PPCTLSDynamicCall, DEBUG_TYPE,"PowerPC TLS Dynamic Call Fixup", false, false) INITIALIZE_PASS_END(PPCTLSDynamicCall | |
Variables | |
| DEBUG_TYPE | |
| PowerPC TLS Dynamic Call | Fixup |
| PowerPC TLS Dynamic Call | false |
| #define DEBUG_TYPE "ppc-tls-dynamic-call" |
Definition at line 36 of file PPCTLSDynamicCall.cpp.
| INITIALIZE_PASS_BEGIN | ( | PPCTLSDynamicCall | , |
| DEBUG_TYPE | , | ||
| "PowerPC TLS Dynamic Call Fixup" | , | ||
| false | , | ||
| false | |||
| ) |
| DEBUG_TYPE |
Definition at line 165 of file PPCTLSDynamicCall.cpp.
| PowerPC TLS Dynamic Call false |
Definition at line 165 of file PPCTLSDynamicCall.cpp.
| PowerPC TLS Dynamic Call Fixup |
Definition at line 165 of file PPCTLSDynamicCall.cpp.
Referenced by llvm::MCWinCOFFStreamer::EmitCOFFSecRel32(), llvm::MCWinCOFFStreamer::EmitCOFFSectionIndex(), and LowerMUL_LOHI().
1.8.6