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

/external/llvm/lib/IR/
H A DModule.cpp308 /// addModuleFlag - Add a module-level flag to the module-level flags
311 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, function in class:Module
319 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, function in class:Module
322 addModuleFlag(Behavior, Key, ConstantInt::get(Int32Ty, Val));
324 void Module::addModuleFlag(MDNode *Node) { function in class:Module

Completed in 69 milliseconds