Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLowerEmuTLS.cpp30 class LowerEmuTLS : public ModulePass { class
34 explicit LowerEmuTLS() : ModulePass(ID), TM(nullptr) { } in LowerEmuTLS() function in __anon5177c9380111::LowerEmuTLS
35 explicit LowerEmuTLS(const TargetMachine *TM) in LowerEmuTLS() function in __anon5177c9380111::LowerEmuTLS
55 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()
DCMakeLists.txt51 LowerEmuTLS.cpp