reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
85 LLVMContext &C = M.getContext(); 89 GlobalVariable *EmuTlsVar = M.getNamedGlobal(EmuTlsVarName); 93 const DataLayout &DL = M.getDataLayout(); 121 M.getOrInsertGlobal(EmuTlsVarName, EmuTlsVarType)); 122 copyLinkageVisibility(M, GV, EmuTlsVar); 141 M.getOrInsertGlobal(EmuTlsTmplName, GVType)); 146 copyLinkageVisibility(M, GV, EmuTlsTmplVar);