Home
last modified time | relevance | path

Searched refs:LowerEmuTLS (Results 1 – 3 of 3) 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 __anon3db2ee590111::LowerEmuTLS
35 explicit LowerEmuTLS(const TargetMachine *TM) in LowerEmuTLS() function in __anon3db2ee590111::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()
80 bool LowerEmuTLS::addEmuTlsVar(Module &M, const GlobalVariable *GV) { in addEmuTlsVar()
DAndroid.mk53 LowerEmuTLS.cpp \
DCMakeLists.txt56 LowerEmuTLS.cpp