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 308 /// addModuleFlag - Add a module-level flag to the module-level flags
311 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key,
319 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key,
322 addModuleFlag(Behavior, Key, ConstantInt::get(Int32Ty, Val));
324 void Module::addModuleFlag(MDNode *Node) {
  /external/llvm/include/llvm/IR/
Module.h 440 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Value *Val);
441 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val);
442 void addModuleFlag(MDNode *Node);
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 355 getModule().addModuleFlag(llvm::Module::Warning, "Dwarf Version",
361 getModule().addModuleFlag(llvm::Module::Warning, "Debug Info Version",
374 getModule().addModuleFlag(llvm::Module::Error, "wchar_size", WCharWidth);
378 getModule().addModuleFlag(llvm::Module::Error, "min_enum_size", EnumWidth);
    [all...]
CGObjCMac.cpp     [all...]

Completed in 472 milliseconds