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

  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTestCommon.h 98 Builder.SetCurrentDebugLocation(DebugLocation);
112 Builder.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/
AddressSanitizer.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 94 SetCurrentDebugLocation(I->getDebugLoc());
118 void SetCurrentDebugLocation(const DebugLoc &L) {
213 Builder.SetCurrentDebugLocation(DbgLoc);
462 SetCurrentDebugLocation(IP->getDebugLoc());
468 SetCurrentDebugLocation(cast<Instruction>(U.getUser())->getDebugLoc());
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 72 Builder.SetCurrentDebugLocation(llvm::DebugLoc());
83 Builder.SetCurrentDebugLocation(llvm::DebugLoc());
94 Builder.SetCurrentDebugLocation(llvm::DebugLoc::get(0, 0, Scope));
    [all...]
CGStmt.cpp 529 Builder.SetCurrentDebugLocation(llvm::DebugLoc());
537 Builder.SetCurrentDebugLocation(llvm::DebugLoc());
    [all...]
CodeGenFunction.cpp 172 Builder.SetCurrentDebugLocation(BI->getDebugLoc());
    [all...]
CGExprScalar.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp 498 B.SetCurrentDebugLocation(Inst->getDebugLoc());
500 B.SetCurrentDebugLocation(DebugLoc());
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
GVN.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]

Completed in 959 milliseconds