HomeSort by relevance Sort by last modified time
    Searched refs:addModuleFlag (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/
Module.h 424 /// addModuleFlag - Add a module-level flag to the module-level flags
427 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Value *Val);
428 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val);
429 void addModuleFlag(MDNode *Node);
  /external/llvm/lib/VMCore/
Module.cpp 361 /// addModuleFlag - Add a module-level flag to the module-level flags
364 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key,
372 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key,
375 addModuleFlag(Behavior, Key, ConstantInt::get(Int32Ty, Val));
377 void Module::addModuleFlag(MDNode *Node) {
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 152 milliseconds