Searched refs:persistent_load (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1128 LoadInst *persistent_load = new LoadInst(persistent_global, "", alloc); local
1131 PrintValue(persistent_load));
1133 alloc->replaceAllUsesWith(persistent_load);

Completed in 53 milliseconds