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

  /external/llvm/lib/CodeGen/
LowerEmuTLS.cpp 85 GlobalVariable *EmuTlsVar = M.getNamedGlobal(EmuTlsVarName);
86 if (EmuTlsVar)
116 EmuTlsVar = cast<GlobalVariable>(
118 copyLinkageVisibility(M, GV, EmuTlsVar);
152 EmuTlsVar->setInitializer(
157 EmuTlsVar->setAlignment(MaxAlignment);
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 93 milliseconds