Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfo.h54 unsigned getDebugMetadataVersionFromModule(const Module &M);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp682 unsigned llvm::getDebugMetadataVersionFromModule(const Module &M) { in getDebugMetadataVersionFromModule() function in llvm
739 return getDebugMetadataVersionFromModule(*unwrap(M)); in LLVMGetModuleDebugMetadataVersion()
DAutoUpgrade.cpp3832 unsigned Version = getDebugMetadataVersionFromModule(M); in UpgradeDebugInfo()