Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp640 auto remapDebugLoc = [&](DebugLoc DL) -> DebugLoc { in stripNonLineTableDebugInfo() local
649 I.setDebugLoc(remapDebugLoc(I.getDebugLoc())); in stripNonLineTableDebugInfo()
659 T->replaceOperandWith(N, remapDebugLoc(Loc)); in stripNonLineTableDebugInfo()
/external/llvm-project/llvm/lib/IR/
DDebugInfo.cpp650 auto remapDebugLoc = [&](const DebugLoc &DL) -> DebugLoc { in stripNonLineTableDebugInfo() local
659 I.setDebugLoc(remapDebugLoc(I.getDebugLoc())); in stripNonLineTableDebugInfo()
663 return remapDebugLoc(&Loc).get(); in stripNonLineTableDebugInfo()