Searched refs:LowerEmuTLS (Results 1 – 2 of 2) sorted by relevance
30 class LowerEmuTLS : public ModulePass { class34 explicit LowerEmuTLS() : ModulePass(ID), TM(nullptr) { } in LowerEmuTLS() function in __anon5177c9380111::LowerEmuTLS35 explicit LowerEmuTLS(const TargetMachine *TM) in LowerEmuTLS() function in __anon5177c9380111::LowerEmuTLS55 char LowerEmuTLS::ID = 0;57 INITIALIZE_PASS(LowerEmuTLS, "loweremutls",62 return new LowerEmuTLS(TM); in createLowerEmuTLSPass()65 bool LowerEmuTLS::runOnModule(Module &M) { in runOnModule()83 bool LowerEmuTLS::addEmuTlsVar(Module &M, const GlobalVariable *GV) { in addEmuTlsVar()
51 LowerEmuTLS.cpp