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

  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTestCommon.h 98 Builder.SetCurrentDebugLocation(DebugLocation);
112 Builder.SetCurrentDebugLocation(
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 64 Builder.SetCurrentDebugLocation(DbgLoc);
    [all...]
LoopVectorize.cpp 352 B.SetCurrentDebugLocation(Inst->getDebugLoc());
354 B.SetCurrentDebugLocation(DebugLoc());
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 90 SetCurrentDebugLocation(I->getDebugLoc());
114 void SetCurrentDebugLocation(const DebugLoc &L) {
386 SetCurrentDebugLocation(IP->getDebugLoc());
393 SetCurrentDebugLocation(cast<Instruction>(U.getUser())->getDebugLoc());
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 60 Builder.SetCurrentDebugLocation(llvm::DebugLoc());
76 Builder.SetCurrentDebugLocation(llvm::DebugLoc());
88 Builder.SetCurrentDebugLocation(llvm::DebugLoc::get(0, 0, Scope));
    [all...]
CGStmt.cpp 476 Builder.SetCurrentDebugLocation(llvm::DebugLoc());
484 Builder.SetCurrentDebugLocation(llvm::DebugLoc());
    [all...]
CodeGenFunction.cpp 167 Builder.SetCurrentDebugLocation(BI->getDebugLoc());
    [all...]
CGExprScalar.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
SROA.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]

Completed in 140 milliseconds