Home | History | Annotate | Download | only in src

Lines Matching refs:getGlobalString

283         Ctx->getConstantExternSym(Ctx->getGlobalString("WASM_MEMORY"));
738 const auto FnName = Ctx->getGlobalString("llvm.cttz.i32");
764 const auto FnName = Ctx->getGlobalString("llvm.fabs.f32");
778 const auto FnName = Ctx->getGlobalString("llvm.fabs.f64");
792 const auto FnName = Ctx->getGlobalString("env$$floor_f");
803 const auto FnName = Ctx->getGlobalString("env$$floor_d");
814 const auto FnName = Ctx->getGlobalString("llvm.sqrt.f32");
828 const auto FnName = Ctx->getGlobalString("llvm.sqrt.f64");
1072 Ctx->getConstantSym(0, Ctx->getGlobalString(TargetName));
1105 const auto TargetName = Ctx->getGlobalString(ModuleName + "$$" + FnName);
1336 Ctx->getConstantExternSym(Ctx->getGlobalString("__Sz_bounds_fail")),
1350 Ctx->getConstantExternSym(Ctx->getGlobalString("__Sz_indirect_fail")),
1583 WasmMemory->setName(Ctx->getGlobalString("WASM_DATA_INIT"));
1607 GlobalDataSize->setName(Ctx->getGlobalString("WASM_DATA_SIZE"));
1614 GlobalNumPages->setName(Ctx->getGlobalString("WASM_NUM_PAGES"));
1641 Func->setFunctionName(Ctx->getGlobalString(FnName));