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

References

examples/Kaleidoscope/Chapter9/toy.cpp
  832     return Builder.SetCurrentDebugLocation(DebugLoc());
  838   Builder.SetCurrentDebugLocation(
include/llvm/Analysis/ScalarEvolutionExpander.h
  126         Builder.SetCurrentDebugLocation(DbgLoc);
  286       Builder.SetCurrentDebugLocation(std::move(L));
include/llvm/IR/IRBuilder.h
  143     SetCurrentDebugLocation(I->getDebugLoc());
  152       SetCurrentDebugLocation(IP->getDebugLoc());
  295       Builder.SetCurrentDebugLocation(DbgLoc);
lib/Analysis/ScalarEvolutionExpander.cpp
 2060             Builder.SetCurrentDebugLocation(IsomorphicInc->getDebugLoc());
 2075       Builder.SetCurrentDebugLocation(Phi->getDebugLoc());
lib/CodeGen/CodeGenPrepare.cpp
  980     Builder.SetCurrentDebugLocation(ToReplace->getDebugLoc());
 1748   Builder.SetCurrentDebugLocation(CountZeros->getDebugLoc());
lib/CodeGen/ExpandMemCmp.cpp
  632   Builder.SetCurrentDebugLocation(CI->getDebugLoc());
lib/CodeGen/SafeStack.cpp
  776     IRB.SetCurrentDebugLocation(DebugLoc::get(SP->getScopeLine(), 0, SP));
lib/CodeGen/ScalarizeMaskedMemIntrin.cpp
  142   Builder.SetCurrentDebugLocation(CI->getDebugLoc());
  279   Builder.SetCurrentDebugLocation(CI->getDebugLoc());
  404   Builder.SetCurrentDebugLocation(CI->getDebugLoc());
  529   Builder.SetCurrentDebugLocation(CI->getDebugLoc());
  612   Builder.SetCurrentDebugLocation(CI->getDebugLoc());
  723   Builder.SetCurrentDebugLocation(CI->getDebugLoc());
lib/CodeGen/StackProtector.cpp
  527   B.SetCurrentDebugLocation(DebugLoc::get(0, 0, F->getSubprogram()));
lib/IR/Core.cpp
 3041     unwrap(Builder)->SetCurrentDebugLocation(DebugLoc(unwrap<MDNode>(Loc)));
 3043     unwrap(Builder)->SetCurrentDebugLocation(DebugLoc());
 3049   unwrap(Builder)->SetCurrentDebugLocation(DebugLoc(Loc));
lib/IR/DIBuilder.cpp
  905   B.SetCurrentDebugLocation(DL);
lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
  294   Builder.SetCurrentDebugLocation(I.getDebugLoc());
  335   Builder.SetCurrentDebugLocation(I.getDebugLoc());
  362   Builder.SetCurrentDebugLocation(I.getDebugLoc());
  394   Builder.SetCurrentDebugLocation(I.getDebugLoc());
  476   Builder.SetCurrentDebugLocation(I.getDebugLoc());
  568   Builder.SetCurrentDebugLocation(FDiv.getDebugLoc());
  903     Builder.SetCurrentDebugLocation(I.getDebugLoc());
  938     Builder.SetCurrentDebugLocation(I.getDebugLoc());
lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
  225           Builder.SetCurrentDebugLocation(CI->getDebugLoc());
  320       Builder.SetCurrentDebugLocation(CI->getDebugLoc());
lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp
  387     B.SetCurrentDebugLocation(RI->getDebugLoc());
lib/Target/ARM/ARMCodeGenPrepare.cpp
  511       Builder.SetCurrentDebugLocation(I->getDebugLoc());
  595     Builder.SetCurrentDebugLocation(I->getDebugLoc());
lib/Transforms/InstCombine/InstructionCombining.cpp
 3302     Builder.SetCurrentDebugLocation(I->getDebugLoc());
lib/Transforms/Instrumentation/AddressSanitizer.cpp
 2996   IRB.SetCurrentDebugLocation(EntryDebugLocation);
 3091     IRBIf.SetCurrentDebugLocation(EntryDebugLocation);
 3098     IRB.SetCurrentDebugLocation(EntryDebugLocation);
 3106     IRBIf.SetCurrentDebugLocation(EntryDebugLocation);
 3111     IRB.SetCurrentDebugLocation(EntryDebugLocation);
 3113     IRB.SetCurrentDebugLocation(EntryDebugLocation);
lib/Transforms/Instrumentation/SanitizerCoverage.cpp
  865   IRB.SetCurrentDebugLocation(EntryLoc);
lib/Transforms/Scalar/IndVarSimplify.cpp
 2491     Builder.SetCurrentDebugLocation(Cond->getDebugLoc());
lib/Transforms/Scalar/LoopIdiomRecognize.cpp
 1700   Builder.SetCurrentDebugLocation(DL);
 2354     Builder.SetCurrentDebugLocation(OldLoopBB->getTerminator()->getDebugLoc());
 2445     Builder.SetCurrentDebugLocation(ComparedEqual->getDebugLoc());
 2554     Builder.SetCurrentDebugLocation(OldTerminator->getDebugLoc());
 2621     Builder.SetCurrentDebugLocation(LatchCmpInst->getDebugLoc());
 2645   Builder.SetCurrentDebugLocation(BCmpInst->getDebugLoc());
lib/Transforms/Scalar/LoopStrengthReduce.cpp
 3231         Builder.SetCurrentDebugLocation(PostIncV->getDebugLoc());
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
 1508     Builder.SetCurrentDebugLocation(CI->getNextNode()->getDebugLoc());
 1537     Builder.SetCurrentDebugLocation(II->getDebugLoc());
lib/Transforms/Scalar/SROA.cpp
 2373     IRB.SetCurrentDebugLocation(OldUserI->getDebugLoc());
 3159     PtrBuilder.SetCurrentDebugLocation(OldPtr->getDebugLoc());
lib/Transforms/Utils/SimplifyCFG.cpp
 3482   Builder.SetCurrentDebugLocation(OldTerm->getDebugLoc());
 3683   Builder.SetCurrentDebugLocation(SI->getDebugLoc());
lib/Transforms/Utils/VNCoercion.cpp
  430     Builder.SetCurrentDebugLocation(SrcVal->getDebugLoc());
lib/Transforms/Vectorize/LoopVectorize.cpp
  818         B.SetCurrentDebugLocation(NewDIL.getValue());
  825       B.SetCurrentDebugLocation(DIL);
  827     B.SetCurrentDebugLocation(DebugLoc());
lib/Transforms/Vectorize/SLPVectorizer.cpp
 3613   Builder.SetCurrentDebugLocation(Front->getDebugLoc());
 3759       Builder.SetCurrentDebugLocation(PH->getDebugLoc());
 3782         Builder.SetCurrentDebugLocation(PH->getDebugLoc());
 6463         Builder.SetCurrentDebugLocation(Loc);
 6479         Builder.SetCurrentDebugLocation(I->getDebugLoc());
 6488           Builder.SetCurrentDebugLocation(I->getDebugLoc());
tools/clang/lib/CodeGen/CGDebugInfo.cpp
  111     CGF->Builder.SetCurrentDebugLocation(llvm::DebugLoc());
  117   CGF->Builder.SetCurrentDebugLocation(llvm::DebugLoc::get(
  134     CGF.Builder.SetCurrentDebugLocation(std::move(Loc));
  141     CGF->Builder.SetCurrentDebugLocation(std::move(OriginalLocation));
 3760   Builder.SetCurrentDebugLocation(llvm::DebugLoc::get(
 3792   Builder.SetCurrentDebugLocation(
tools/clang/lib/CodeGen/CodeGenFunction.cpp
 2245   IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation());
unittests/Transforms/Utils/CloningTest.cpp
  489     IBuilder.SetCurrentDebugLocation(Loc);
  491     IBuilder.SetCurrentDebugLocation(DebugLoc::get(4, 2, Subprogram));
  494     IBuilder.SetCurrentDebugLocation(DebugLoc::get(5, 2, Subprogram));
  519     IBuilder.SetCurrentDebugLocation(InlinedDL);