HomeSort by relevance Sort by last modified time
    Searched refs:SetCurrentDebugLocation (Results 1 - 19 of 19) sorted by null

  /external/llvm/bindings/go/llvm/
IRBindings.cpp 97 unwrap(Bref)->SetCurrentDebugLocation(
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 247 IBuilder.SetCurrentDebugLocation(Loc);
249 IBuilder.SetCurrentDebugLocation(DebugLoc::get(4, 2, Subprogram));
252 IBuilder.SetCurrentDebugLocation(DebugLoc::get(5, 2, Subprogram));
  /external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 462 IRB.SetCurrentDebugLocation(EntryLoc);
481 IRB.SetCurrentDebugLocation(EntryLoc);
AddressSanitizer.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 98 SetCurrentDebugLocation(I->getDebugLoc());
107 SetCurrentDebugLocation(IP->getDebugLoc());
111 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); }
204 Builder.SetCurrentDebugLocation(DbgLoc);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp     [all...]
RewriteStatepointsForGC.cpp     [all...]
SROA.cpp     [all...]
GVN.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 831 return Builder.SetCurrentDebugLocation(DebugLoc());
837 Builder.SetCurrentDebugLocation(
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp 599 B.SetCurrentDebugLocation(Inst->getDebugLoc());
601 B.SetCurrentDebugLocation(DebugLoc());
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 88 CGF->Builder.SetCurrentDebugLocation(llvm::DebugLoc());
94 CGF->Builder.SetCurrentDebugLocation(
111 CGF.Builder.SetCurrentDebugLocation(std::move(Loc));
118 CGF->Builder.SetCurrentDebugLocation(std::move(OriginalLocation));
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 618 Builder.SetCurrentDebugLocation(ToReplace->getDebugLoc());
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 1895 milliseconds