Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h78 template <class IRUnitT> inline void doConvertDebugInfoToOld(IRUnitT &IR) {} in doConvertDebugInfoToOld() function
79 template <> inline void doConvertDebugInfoToOld(Module &IR) { in doConvertDebugInfoToOld() function
559 doConvertDebugInfoToOld(IR); in run()