Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h80 unsigned getDebugMetadataVersionFromModule(const Module &M);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp772 unsigned llvm::getDebugMetadataVersionFromModule(const Module &M) { in getDebugMetadataVersionFromModule() function in llvm
861 return getDebugMetadataVersionFromModule(*unwrap(M)); in LLVMGetModuleDebugMetadataVersion()
H A DAutoUpgrade.cpp4030 unsigned Version = getDebugMetadataVersionFromModule(M); in UpgradeDebugInfo()