Home
last modified time | relevance | path

Searched refs:getDebugMetadataVersionFromModule (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
DDebugInfo.h59 unsigned getDebugMetadataVersionFromModule(const Module &M);
/external/llvm/lib/IR/
DDebugInfo.cpp360 unsigned llvm::getDebugMetadataVersionFromModule(const Module &M) { in getDebugMetadataVersionFromModule() function in llvm
DAutoUpgrade.cpp885 unsigned Version = getDebugMetadataVersionFromModule(M); in UpgradeDebugInfo()