LLVM 17.0.0git
|
#include "llvm/DebugInfo/Symbolize/Symbolize.h"
Public Member Functions | |
CachedBinary ()=default | |
CachedBinary (OwningBinary< Binary > Bin) | |
OwningBinary< Binary > & | operator* () |
OwningBinary< Binary > * | operator-> () |
void | pushEvictor (std::function< void()> Evictor) |
void | evict () |
size_t | size () |
![]() | |
self_iterator | getIterator () |
const_self_iterator | getIterator () const |
reverse_self_iterator | getReverseIterator () |
const_reverse_self_iterator | getReverseIterator () const |
bool | isSentinel () const |
Check whether this is the sentinel node. | |
Additional Inherited Members | |
![]() | |
using | self_iterator = ilist_iterator< OptionsT, false, false > |
using | const_self_iterator = ilist_iterator< OptionsT, false, true > |
using | reverse_self_iterator = ilist_iterator< OptionsT, true, false > |
using | const_reverse_self_iterator = ilist_iterator< OptionsT, true, true > |
![]() | |
ilist_node_impl ()=default | |
Definition at line 220 of file Symbolize.h.
|
default |
|
inline |
Definition at line 223 of file Symbolize.h.
References llvm::Bin.
|
inline |
Definition at line 234 of file Symbolize.h.
|
inline |
Definition at line 225 of file Symbolize.h.
|
inline |
Definition at line 226 of file Symbolize.h.
void llvm::symbolize::CachedBinary::pushEvictor | ( | std::function< void()> | Evictor | ) |
Definition at line 728 of file Symbolize.cpp.
|
inline |
Definition at line 239 of file Symbolize.h.