reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/WebAssembly/WebAssemblyLowerGlobalDtors.cpp
   63   GlobalVariable *GV = M.getGlobalVariable("llvm.global_dtors");
  105   LLVMContext &C = M.getContext();
  112   FunctionCallee AtExit = M.getOrInsertFunction(
  119   Constant *DsoHandle = M.getNamedValue("__dso_handle");
  123         M, DsoHandleTy, /*isConstant=*/true,
  144           &M);
  160           &M);
  175       CallInst::Create(Intrinsic::getDeclaration(&M, Intrinsic::trap), "",
  182       appendToGlobalCtors(M, RegisterCallDtors, Priority, Associated);