Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Version

41 #include "clang/Basic/Version.h"
369 // We actually want the latest version when there are conflicts.
371 getModule().addModuleFlag(llvm::Module::Warning, "Dwarf Version",
374 // We support a single version in the linked module. The LLVM
375 // parser will drop debug info with a different version number
377 getModule().addModuleFlag(llvm::Module::Warning, "Debug Info Version",
3577 std::string Version = getClangFullVersion();
3580 llvm::Metadata *IdentNode[] = {llvm::MDString::get(Ctx, Version)};