reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1077 MDNode *alloc_md = alloc->getMetadata("clang.decl.ptr"); 1106 (*m_module), alloc->getType(), false, /* not constant */ 1108 alloc->getName().str()); 1128 LoadInst *persistent_load = new LoadInst(persistent_global, "", alloc); 1130 LLDB_LOG(log, "Replacing \"{0}\" with \"{1}\"", PrintValue(alloc), 1133 alloc->replaceAllUsesWith(persistent_load); 1134 alloc->eraseFromParent();