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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp203 // DeleteGlobalInitializer - "Remove" the global variable by deleting its
207 void llvm::DeleteGlobalInitializer(GlobalVariable *GV) { function in class:llvm
352 DeleteGlobalInitializer(&I); // Delete the initializer to make it external
355 DeleteGlobalInitializer(GV);
H A DBugDriver.h291 // DeleteGlobalInitializer - "Remove" the global variable by deleting its
294 void DeleteGlobalInitializer(GlobalVariable *GV);
H A DCrashDebugger.cpp172 DeleteGlobalInitializer(&I);
1046 DeleteGlobalInitializer(&GV);

Completed in 62 milliseconds