Searched refs:LowerEmuTLS (Results 1 – 3 of 3) sorted by relevance
30 class LowerEmuTLS : public ModulePass { class34 explicit LowerEmuTLS() : ModulePass(ID), TM(nullptr) { } in LowerEmuTLS() function in __anon3db2ee590111::LowerEmuTLS35 explicit LowerEmuTLS(const TargetMachine *TM) in LowerEmuTLS() function in __anon3db2ee590111::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()80 bool LowerEmuTLS::addEmuTlsVar(Module &M, const GlobalVariable *GV) { in addEmuTlsVar()
53 LowerEmuTLS.cpp \
56 LowerEmuTLS.cpp