HomeSort by relevance Sort by last modified time
    Searched refs:EmuTlsVar (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
LowerEmuTLS.cpp 88 GlobalVariable *EmuTlsVar = M.getNamedGlobal(EmuTlsVarName);
89 if (EmuTlsVar)
119 EmuTlsVar = cast<GlobalVariable>(
121 copyLinkageVisibility(M, GV, EmuTlsVar);
155 EmuTlsVar->setInitializer(
160 EmuTlsVar->setAlignment(MaxAlignment);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LowerEmuTLS.cpp 90 GlobalVariable *EmuTlsVar = M.getNamedGlobal(EmuTlsVarName);
91 if (EmuTlsVar)
121 EmuTlsVar = cast<GlobalVariable>(
123 copyLinkageVisibility(M, GV, EmuTlsVar);
157 EmuTlsVar->setInitializer(
162 EmuTlsVar->setAlignment(MaxAlignment);
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 426 milliseconds