Binary held in an intrusive LRU cache, or an empty error placeholder.
Synopsis
Declared in <llvm/DebugInfo/Symbolize/Symbolize.h>
class CachedBinary
: public ilist_node<CachedBinary>
Description
If the binary is empty, then the entry marks that an error occurred, and it is not part of the LRU list.
Base Classes
Name |
Description |
An intrusive list node. |
Member Functions
Name |
Description |
|
Constructors |
Run registered eviction callbacks in reverse registration order. |
|
Access the owned binary wrapper. |
|
Access the owned binary wrapper through a pointer. |
|
Register an eviction callback to run before existing ones. |
|
Return the size in bytes of the cached binary's data. |
Created with MrDocs