Searched refs:DsoHandleTy (Results 1 – 1 of 1) sorted by relevance
156 Type *DsoHandleTy = Type::getInt8Ty(C); in runImpl() local157 Constant *DsoHandle = M.getOrInsertGlobal("__dso_handle", DsoHandleTy, [&] { in runImpl()158 auto *GV = new GlobalVariable(M, DsoHandleTy, /*isConstant=*/true, in runImpl()