reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/ScalarEvolutionExpander.h
  115             DbgLoc(B.getCurrentDebugLocation()), SE(SE) {
  291       return Builder.getCurrentDebugLocation();
include/llvm/IR/IRBuilder.h
  288           DbgLoc(B.getCurrentDebugLocation()) {}
lib/IR/Core.cpp
 3036   return wrap(unwrap(Builder)->getCurrentDebugLocation().getAsMDNode());
 3055       Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode()));
lib/Transforms/Instrumentation/BoundsChecking.cpp
  183     auto DebugLoc = IRB.getCurrentDebugLocation();
tools/clang/lib/CodeGen/CGDebugInfo.cpp
  100   OriginalLocation = CGF->Builder.getCurrentDebugLocation();
  132   OriginalLocation = CGF.Builder.getCurrentDebugLocation();
  154           CGF.Builder.getCurrentDebugLocation()->getInlinedAt()) &&
 3742   setInlinedAt(Builder.getCurrentDebugLocation());
tools/clang/lib/CodeGen/CGExpr.cpp
 2965   if (!CGF.Builder.getCurrentDebugLocation()) {
tools/clang/lib/CodeGen/CGExprScalar.cpp
 4039     PN->setDebugLoc(Builder.getCurrentDebugLocation());
tools/clang/lib/CodeGen/CodeGenFunction.cpp
 2245   IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation());
unittests/IR/IRBuilderTest.cpp
  821   EXPECT_EQ(DL1, Builder.getCurrentDebugLocation());
  827   EXPECT_EQ(DL2, Builder.getCurrentDebugLocation());