|
LLVM 24.0.0git
|
#include "llvm/Transforms/Utils/AssignGUID.h"
Public Member Functions | |
| AssignGUIDPass ()=default | |
| PreservedAnalyses | run (Module &M, ModuleAnalysisManager &AM) |
| Public Member Functions inherited from llvm::PassInfoMixin< AssignGUIDPass > | |
| void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Static Public Member Functions | |
| static LLVM_ABI void | runOnModule (Module &M) |
| static bool | isRequired () |
| static LLVM_ABI void | assignGUIDForMergedGV (GlobalVariable &GV) |
| Static Public Member Functions inherited from llvm::PassInfoMixin< AssignGUIDPass > | |
| static bool | isRequired () |
| Static Public Member Functions inherited from llvm::detail::InfoMixin< AssignGUIDPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. | |
Definition at line 28 of file AssignGUID.h.
|
default |
References LLVM_ABI.
|
static |
Definition at line 34 of file AssignGUID.cpp.
References llvm::GlobalObject::eraseMetadata().
|
inlinestatic |
Definition at line 39 of file AssignGUID.h.
|
inline |
Definition at line 34 of file AssignGUID.h.
References llvm::PreservedAnalyses::all(), and runOnModule().
|
static |