Searched defs:persistent_load (Results 1 - 1 of 1) sorted by last modified time

/external/lldb/source/Expression/
H A DIRForTarget.cpp1281 LoadInst *persistent_load = new LoadInst (persistent_global, "", alloc); local
1286 PrintValue(persistent_load).c_str());
1288 alloc->replaceAllUsesWith(persistent_load);

Completed in 85 milliseconds