Searched refs:setModuleFlag (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Module.cpp | 401 void Module::setModuleFlag(ModFlagBehavior Behavior, StringRef Key, in setModuleFlag() function in Module 413 void Module::setModuleFlag(ModFlagBehavior Behavior, StringRef Key, in setModuleFlag() function in Module 415 setModuleFlag(Behavior, Key, ConstantAsMetadata::get(Val)); in setModuleFlag() 417 void Module::setModuleFlag(ModFlagBehavior Behavior, StringRef Key, in setModuleFlag() function in Module 420 setModuleFlag(Behavior, Key, ConstantInt::get(Int32Ty, Val)); in setModuleFlag() 682 setModuleFlag(ModFlagBehavior::Error, "CSProfileSummary", M); in setProfileSummary() 684 setModuleFlag(ModFlagBehavior::Error, "ProfileSummary", M); in setProfileSummary()
|
| H A D | DebugInfo.cpp | 2370 M.setModuleFlag(Module::ModFlagBehavior::Max, AssignmentTrackingModuleFlag, in setAssignmentTrackingModuleFlag()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Module.h | 533 void setModuleFlag(ModFlagBehavior Behavior, StringRef Key, Metadata *Val); 534 void setModuleFlag(ModFlagBehavior Behavior, StringRef Key, Constant *Val); 535 void setModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | StripSymbols.cpp | 315 M.setModuleFlag(Module::Append, "CG Profile", in run()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGHLSLRuntime.cpp | 306 M.setModuleFlag(llvm::Module::ModFlagBehavior::Error, "dx.resmayalias", 1); in finishCodeGen() 312 M.setModuleFlag(llvm::Module::ModFlagBehavior::Error, "dx.nativelowprec", in finishCodeGen()
|