Home | History | Annotate | Download | only in IR

Lines Matching defs:ModuleID

182   std::string ModuleID;           ///< Human readable identifier for the module
198 explicit Module(StringRef ModuleID, LLVMContext& C);
208 const std::string &getModuleIdentifier() const { return ModuleID; }
212 /// For other compiles it is the same as the ModuleID, which would
220 StringRef getName() const { return ModuleID; }
245 /// ModuleID and the provided pass salt. The returned RNG should not
259 void setModuleIdentifier(StringRef ID) { ModuleID = ID; }