Home | History | Annotate | Download | only in llvm

Lines Matching refs:expired

58     # This is NOT OK. You perform a lookup after the object has expired.
61 print symbol.name # This raises because the object has expired.
191 self.expired = False
199 if self.expired:
200 raise Exception('Section instance has expired.')
207 if self.expired:
208 raise Exception('Section instance has expired.')
214 if self.expired:
215 raise Exception('Section instance has expired.')
227 if self.expired:
228 raise Exception('Section instance has expired.')
234 if self.expired:
235 raise Exception('Section instance has expired.')
248 if self.expired:
249 raise Exception('Section instance has expired.')
288 self.expired = True
298 self.expired = False
308 if self.expired:
309 raise Exception('Symbol instance has expired.')
316 if self.expired:
317 raise Exception('Symbol instance has expired.')
324 if self.expired:
325 raise Exception('Symbol instance has expired.')
351 """Mark the object as expired to prevent future API accesses.
356 self.expired = True
372 self.expired = False
377 if self.expired:
378 raise Exception('Relocation instance has expired.')
385 if self.expired:
386 raise Exception('Relocation instance has expired.')
394 if self.expired:
395 raise Exception('Relocation instance has expired.')
402 if self.expired:
403 raise Exception('Relocation instance has expired.')
409 if self.expired:
410 raise Exception('Relocation instance has expired.')
416 self.expired = True