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

/external/llvm/lib/IR/
H A DModule.cpp347 /// addModuleFlag - Add a module-level flag to the module-level flags
350 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, function in class:Module
358 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, function in class:Module
360 addModuleFlag(Behavior, Key, ConstantAsMetadata::get(Val));
362 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, function in class:Module
365 addModuleFlag(Behavior, Key, ConstantInt::get(Int32Ty, Val));
367 void Module::addModuleFlag(MDNode *Node) { function in class:Module
497 addModuleFlag(ModFlagBehavior::Error, "PIC Level", PL);
511 addModuleFlag(ModFlagBehavior::Error, "PIE Level", PL);
515 addModuleFlag(ModFlagBehavio
[all...]

Completed in 106 milliseconds