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

/external/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp1 //===- LowerEmuTLS.cpp - Add __emutls_[vt].* variables --------------------===//
30 class LowerEmuTLS : public ModulePass { class in namespace:__anon12685
34 explicit LowerEmuTLS() : ModulePass(ID), TM(nullptr) { } function in class:__anon12685::LowerEmuTLS
35 explicit LowerEmuTLS(const TargetMachine *TM) function in class:__anon12685::LowerEmuTLS
55 char LowerEmuTLS::ID = 0;
57 INITIALIZE_PASS(LowerEmuTLS, "loweremutls",
62 return new LowerEmuTLS(TM);
65 bool LowerEmuTLS::runOnModule(Module &M) {
83 bool LowerEmuTLS::addEmuTlsVar(Module &M, const GlobalVariable *GV) {

Completed in 126 milliseconds