Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching refs:LL

395     assert(-(1LL << 27) <= static_cast<int64_t>(BranchImm) &&
396 static_cast<int64_t>(BranchImm) < (1LL << 27));
459 assert(static_cast<int64_t>(Result) >= (-1LL << 32) &&
460 static_cast<int64_t>(Result) < (1LL << 32) &&
1508 // For now, initialize all GOT entries to zero. We'll fill them in as