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

References

include/llvm/ExecutionEngine/JITLink/JITLink.h
  580     First = Last = *Sec.symbols().begin();
  584       if (Sym->getAddress() > Last->getAddress())
  585         Last = Sym;
  589     assert((!Last || First) && "First can not be null if end is non-null");
  593     assert((First || !Last) && "Last can not be null if start is non-null");
  594     return Last;
  597     assert((First || !Last) && "Last can not be null if start is non-null");
  604     return Last ? Last->getBlock().getAddress() + Last->getBlock().getSize()
  604     return Last ? Last->getBlock().getAddress() + Last->getBlock().getSize()
  604     return Last ? Last->getBlock().getAddress() + Last->getBlock().getSize()