|
LLVM
4.0.0
|
#include "llvm/ADT/SmallVector.h"#include "llvm/CodeGen/Passes.h"#include "llvm/IR/LLVMContext.h"#include "llvm/IR/Module.h"#include "llvm/Pass.h"#include "llvm/Target/TargetLowering.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "loweremutls" |
Functions | |
| INITIALIZE_PASS (LowerEmuTLS,"loweremutls","Add __emutls_[vt]. variables for emultated TLS model", false, false) ModulePass *llvm | |
| #define DEBUG_TYPE "loweremutls" |
Definition at line 26 of file LowerEmuTLS.cpp.
1.8.6