Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLowerEmuTLS.cpp31 class LowerEmuTLS : public ModulePass { class
34 LowerEmuTLS() : ModulePass(ID) { in LowerEmuTLS() function in __anon3fbf9d410111::LowerEmuTLS
54 char LowerEmuTLS::ID = 0;
56 INITIALIZE_PASS(LowerEmuTLS, DEBUG_TYPE,
60 ModulePass *llvm::createLowerEmuTLSPass() { return new LowerEmuTLS(); } in createLowerEmuTLSPass()
62 bool LowerEmuTLS::runOnModule(Module &M) { in runOnModule()
85 bool LowerEmuTLS::addEmuTlsVar(Module &M, const GlobalVariable *GV) { in addEmuTlsVar()
DCMakeLists.txt66 LowerEmuTLS.cpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp214 "llvm/lib/CodeGen/LowerEmuTLS.cpp",
DBUILD.gn369 "llvm/lib/CodeGen/LowerEmuTLS.cpp",
DCMakeLists.txt214 ${LLVM_DIR}/lib/CodeGen/LowerEmuTLS.cpp