Searched defs:addModuleFlag (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
H A DModule.cpp360 /// addModuleFlag - Add a module-level flag to the module-level flags
363 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, function in class:Module
371 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, function in class:Module
374 addModuleFlag(Behavior, Key, ConstantInt::get(Int32Ty, Val));
376 void Module::addModuleFlag(MDNode *Node) { function in class:Module

Completed in 83 milliseconds