HomeSort by relevance Sort by last modified time
    Searched defs:EmuTlsVarName (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
LowerEmuTLS.cpp 87 std::string EmuTlsVarName = ("__emutls_v." + GV->getName()).str();
88 GlobalVariable *EmuTlsVar = M.getNamedGlobal(EmuTlsVarName);
120 M.getOrInsertGlobal(EmuTlsVarName, EmuTlsVarType));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LowerEmuTLS.cpp 89 std::string EmuTlsVarName = ("__emutls_v." + GV->getName()).str();
90 GlobalVariable *EmuTlsVar = M.getNamedGlobal(EmuTlsVarName);
122 M.getOrInsertGlobal(EmuTlsVarName, EmuTlsVarType));

Completed in 87 milliseconds