reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/IRBuilder.h
  156   void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); }
  159   const DebugLoc &getCurrentDebugLocation() const { return CurDbgLocation; }
  164     if (CurDbgLocation)
  165       I->setDebugLoc(CurDbgLocation);