Searched refs:setModuleFlag (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Module.cpp | 386 void Module::setModuleFlag(ModFlagBehavior Behavior, StringRef Key, in setModuleFlag() function in Module 401 void Module::setModuleFlag(ModFlagBehavior Behavior, StringRef Key, in setModuleFlag() function in Module 403 setModuleFlag(Behavior, Key, ConstantAsMetadata::get(Val)); in setModuleFlag() 405 void Module::setModuleFlag(ModFlagBehavior Behavior, StringRef Key, in setModuleFlag() function in Module 408 setModuleFlag(Behavior, Key, ConstantInt::get(Int32Ty, Val)); in setModuleFlag() 672 setModuleFlag(ModFlagBehavior::Error, "CSProfileSummary", M); in setProfileSummary() 674 setModuleFlag(ModFlagBehavior::Error, "ProfileSummary", M); in setProfileSummary()
|
H A D | DebugInfo.cpp | 2232 M.setModuleFlag(Module::ModFlagBehavior::Max, AssignmentTrackingModuleFlag, in setAssignmentTrackingModuleFlag()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Module.h | 550 void setModuleFlag(ModFlagBehavior Behavior, StringRef Key, Metadata *Val); 551 void setModuleFlag(ModFlagBehavior Behavior, StringRef Key, Constant *Val); 552 void setModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val);
|