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

  /external/llvm/include/llvm/IR/
IRBuilder.h 120 SetCurrentDebugLocation(I->getDebugLoc());
129 SetCurrentDebugLocation(IP->getDebugLoc());
133 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); }
226 Builder.SetCurrentDebugLocation(DbgLoc);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h 83 SetCurrentDebugLocation(I->getDebugLoc());
106 /// SetCurrentDebugLocation - Set location information used by debugging
108 void SetCurrentDebugLocation(const DebugLoc &L) {
355 SetCurrentDebugLocation(IP->getDebugLoc());
361 SetCurrentDebugLocation(cast<Instruction>(U.getUser())->getDebugLoc());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 139 SetCurrentDebugLocation(I->getDebugLoc());
148 SetCurrentDebugLocation(IP->getDebugLoc());
152 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); }
245 Builder.SetCurrentDebugLocation(DbgLoc);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 139 SetCurrentDebugLocation(I->getDebugLoc());
148 SetCurrentDebugLocation(IP->getDebugLoc());
152 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); }
245 Builder.SetCurrentDebugLocation(DbgLoc);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 139 SetCurrentDebugLocation(I->getDebugLoc());
148 SetCurrentDebugLocation(IP->getDebugLoc());
152 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); }
245 Builder.SetCurrentDebugLocation(DbgLoc);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 139 SetCurrentDebugLocation(I->getDebugLoc());
148 SetCurrentDebugLocation(IP->getDebugLoc());
152 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); }
245 Builder.SetCurrentDebugLocation(DbgLoc);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 139 SetCurrentDebugLocation(I->getDebugLoc());
148 SetCurrentDebugLocation(IP->getDebugLoc());
152 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); }
245 Builder.SetCurrentDebugLocation(DbgLoc);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 139 SetCurrentDebugLocation(I->getDebugLoc());
148 SetCurrentDebugLocation(IP->getDebugLoc());
152 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); }
245 Builder.SetCurrentDebugLocation(DbgLoc);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 139 SetCurrentDebugLocation(I->getDebugLoc());
148 SetCurrentDebugLocation(IP->getDebugLoc());
152 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); }
245 Builder.SetCurrentDebugLocation(DbgLoc);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 139 SetCurrentDebugLocation(I->getDebugLoc());
148 SetCurrentDebugLocation(IP->getDebugLoc());
152 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); }
245 Builder.SetCurrentDebugLocation(DbgLoc);
    [all...]
  /external/llvm/bindings/go/llvm/
ir.go     [all...]

Completed in 485 milliseconds