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

  /external/llvm/unittests/IR/
IRBuilderTest.cpp 399 EXPECT_EQ(DL1, Builder.getCurrentDebugLocation());
405 EXPECT_EQ(DL2, Builder.getCurrentDebugLocation());
  /external/llvm/include/llvm/IR/
IRBuilder.h 114 const DebugLoc &getCurrentDebugLocation() const { return CurDbgLocation; }
200 DbgLoc(B.getCurrentDebugLocation()) {}
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 81 OriginalLocation = CGF->Builder.getCurrentDebugLocation();
109 OriginalLocation = CGF.Builder.getCurrentDebugLocation();
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]

Completed in 4551 milliseconds