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

  /external/llvm/lib/IR/
Module.cpp 340 /// addModuleFlag - Add a module-level flag to the module-level flags
343 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key,
351 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key,
353 addModuleFlag(Behavior, Key, ConstantAsMetadata::get(Val));
355 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key,
358 addModuleFlag(Behavior, Key, ConstantInt::get(Int32Ty, Val));
360 void Module::addModuleFlag(MDNode *Node) {
474 addModuleFlag(ModFlagBehavior::Error, "PIC Level", PL);
478 addModuleFlag(ModFlagBehavior::Error, "MaxFunctionCount", Count);
  /external/llvm/include/llvm/IR/
Module.h 423 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Metadata *Val);
424 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Constant *Val);
425 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val);
426 void addModuleFlag(MDNode *Node);
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 399 getModule().addModuleFlag(llvm::Module::Warning, "Dwarf Version",
404 getModule().addModuleFlag(llvm::Module::Warning, "CodeView", 1);
411 getModule().addModuleFlag(llvm::Module::Error, "StrictVTablePointers",1);
418 getModule().addModuleFlag(llvm::Module::Require,
426 getModule().addModuleFlag(llvm::Module::Warning, "Debug Info Version",
439 getModule().addModuleFlag(llvm::Module::Error, "wchar_size", WCharWidth);
443 getModule().addModuleFlag(llvm::Module::Error, "min_enum_size", EnumWidth);
448 getModule().addModuleFlag(llvm::Module::Override, "Cross-DSO CFI", 1);
    [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp     [all...]

Completed in 4297 milliseconds