Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAutoUpgrade.h66 void UpgradeARCRuntime(Module &M);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp4938 void llvm::UpgradeARCRuntime(Module &M) { in UpgradeARCRuntime() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7067 UpgradeARCRuntime(*TheModule); in materializeModule()