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

  /external/llvm/lib/IR/
Module.cpp 354 /// addModuleFlag - Add a module-level flag to the module-level flags
357 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key,
365 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key,
368 addModuleFlag(Behavior, Key, ConstantInt::get(Int32Ty, Val));
370 void Module::addModuleFlag(MDNode *Node) {
  /external/llvm/include/llvm/IR/
Module.h 429 /// addModuleFlag - Add a module-level flag to the module-level flags
432 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Value *Val);
433 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val);
434 void addModuleFlag(MDNode *Node);
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
CodeGenModule.cpp 196 getModule().addModuleFlag(llvm::Module::Warning, "Dwarf Version",
    [all...]

Completed in 89 milliseconds