Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp873 auto remapDebugLoc = [&](const DebugLoc &DL) -> DebugLoc { in stripNonLineTableDebugInfo() local
883 I.setDebugLoc(remapDebugLoc(I.getDebugLoc())); in stripNonLineTableDebugInfo()
888 return remapDebugLoc(Loc).get(); in stripNonLineTableDebugInfo()