HomeSort by: relevance | last modified time | path
    Searched refs:getCurrentDebugLocation (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
IRBindings.cpp 65 const auto& Loc = unwrap(Bref)->getCurrentDebugLocation();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ScalarEvolutionExpander.h 141 DbgLoc(B.getCurrentDebugLocation()), SE(SE) {
354 DebugLoc getCurrentDebugLocation() const {
355 return Builder.getCurrentDebugLocation();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGGPUBuiltin.cpp 152 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation());
CGDebugInfo.cpp 101 OriginalLocation = CGF->Builder.getCurrentDebugLocation();
134 OriginalLocation = CGF.Builder.getCurrentDebugLocation();
156 CGF.Builder.getCurrentDebugLocation()->getInlinedAt()) &&
4083 setInlinedAt(Builder.getCurrentDebugLocation());
CodeGenFunction.cpp 2512 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation());
CGExpr.cpp 3159 if (!CGF.Builder.getCurrentDebugLocation()) {
3511 Builder.getCurrentDebugLocation());
CGExprScalar.cpp 4348 PN->setDebugLoc(Builder.getCurrentDebugLocation());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 189 auto DebugLoc = IRB.getCurrentDebugLocation();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
OMPIRBuilder.h 153 : IP(IRB.saveIP()), DL(IRB.getCurrentDebugLocation()) {}
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h 222 DebugLoc getCurrentDebugLocation() const {
376 DbgLoc(B.getCurrentDebugLocation()) {}
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Core.cpp 3097 return wrap(unwrap(Builder)->getCurrentDebugLocation().getAsMDNode());
3116 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode()));

Completed in 34 milliseconds