/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 245 IBuilder.SetCurrentDebugLocation(Loc); in CreateOldFunctionBodyAndDI() 247 IBuilder.SetCurrentDebugLocation(DebugLoc::get(4, 2, Subprogram)); in CreateOldFunctionBodyAndDI() 250 IBuilder.SetCurrentDebugLocation(DebugLoc::get(5, 2, Subprogram)); in CreateOldFunctionBodyAndDI()
|
/external/llvm/bindings/go/llvm/ |
D | IRBindings.cpp | 97 unwrap(Bref)->SetCurrentDebugLocation( in LLVMSetCurrentDebugLocation2()
|
D | ir.go | 1204 func (b Builder) SetCurrentDebugLocation(line, col uint, scope, inlinedAt Metadata) { func
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | SanitizerCoverage.cpp | 365 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock() 383 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
|
D | AddressSanitizer.cpp | 1739 IRB.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack() 1783 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack() 1790 IRB.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack() 1798 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack() 1802 IRB.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 95 SetCurrentDebugLocation(I->getDebugLoc()); in SetInsertPoint() 119 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); } in SetCurrentDebugLocation() function 212 Builder.SetCurrentDebugLocation(DbgLoc); in ~InsertPointGuard() 525 SetCurrentDebugLocation(IP->getDebugLoc()); 531 SetCurrentDebugLocation(cast<Instruction>(U.getUser())->getDebugLoc());
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 829 return Builder.SetCurrentDebugLocation(DebugLoc()); in emitLocation() 835 Builder.SetCurrentDebugLocation( in emitLocation()
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1171 Builder.SetCurrentDebugLocation(IP->getDebugLoc()); in makeStatepointExplicitImpl() 1202 Builder.SetCurrentDebugLocation(toReplace->getDebugLoc()); in makeStatepointExplicitImpl() 1624 Builder.SetCurrentDebugLocation(IP->getDebugLoc()); in splitVectorValues()
|
D | PlaceSafepoints.cpp | 913 Builder.SetCurrentDebugLocation(IP->getDebugLoc()); in ReplaceWithStatepoint()
|
D | SROA.cpp | 2473 IRB.SetCurrentDebugLocation(OldUserI->getDebugLoc()); in visit() 3081 PtrBuilder.SetCurrentDebugLocation(OldPtr->getDebugLoc()); in visitPHINode()
|
D | GVN.cpp | 1185 Builder.SetCurrentDebugLocation(SrcVal->getDebugLoc()); in GetLoadValueForLoad()
|
D | LoopStrengthReduce.cpp | 2966 Builder.SetCurrentDebugLocation(PostIncV->getDebugLoc()); in GenerateIVChain()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 74 CGF.Builder.SetCurrentDebugLocation(llvm::DebugLoc()); in init() 79 CGF.Builder.SetCurrentDebugLocation(llvm::DebugLoc::get(0, 0, Scope)); in init() 96 CGF.Builder.SetCurrentDebugLocation(std::move(Loc)); in ApplyDebugLocation() 104 CGF.Builder.SetCurrentDebugLocation(std::move(OriginalLocation)); in ~ApplyDebugLocation() 2655 Builder.SetCurrentDebugLocation(llvm::DebugLoc::get( in EmitLocation() 2680 Builder.SetCurrentDebugLocation(llvm::DebugLoc::get( in EmitLexicalBlockStart()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 2031 Builder.SetCurrentDebugLocation(VL0->getDebugLoc()); in setInsertPointAfterBundle() 2119 Builder.SetCurrentDebugLocation(PH->getDebugLoc()); in vectorizeTree() 2142 Builder.SetCurrentDebugLocation(PH->getDebugLoc()); in vectorizeTree() 3669 Builder.SetCurrentDebugLocation(Loc); in tryToReduce() 3679 Builder.SetCurrentDebugLocation( in tryToReduce()
|
D | LoopVectorize.cpp | 496 B.SetCurrentDebugLocation(Inst->getDebugLoc()); in setDebugLocFromInst() 498 B.SetCurrentDebugLocation(DebugLoc()); in setDebugLocFromInst()
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 580 Builder.SetCurrentDebugLocation(TempAlloca->getDebugLoc()); in prepareExceptionHandlers() 849 Builder.SetCurrentDebugLocation(LPad->getDebugLoc()); in outlineHandler()
|
D | CodeGenPrepare.cpp | 602 Builder.SetCurrentDebugLocation(ToReplace->getDebugLoc()); in simplifyRelocatesOffABase() 1099 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in ScalarizeMaskedLoad() 1209 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in ScalarizeMaskedStore()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1785 Builder.SetCurrentDebugLocation(IsomorphicInc->getDebugLoc()); in replaceCongruentIVs() 1799 Builder.SetCurrentDebugLocation(Phi->getDebugLoc()); in replaceCongruentIVs()
|
/external/llvm/docs/tutorial/ |
D | LangImpl8.rst | 338 Builder.SetCurrentDebugLocation(
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 2590 Builder.SetCurrentDebugLocation(OldTerm->getDebugLoc()); in SimplifyTerminatorOnSelect() 2799 Builder.SetCurrentDebugLocation(SI->getDebugLoc()); in TryToSimplifyUncondBranchWithICmpInIt()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 2714 Builder->SetCurrentDebugLocation(I->getDebugLoc()); in run()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 2184 unwrap(Builder)->SetCurrentDebugLocation(DebugLoc(Loc)); in LLVMSetCurrentDebugLocation()
|