LLVM 20.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 () |
Public Member Functions inherited from llvm::ilist_node_impl< OptionsT > | |
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. | |
Public Member Functions inherited from llvm::ilist_detail::node_parent_access< ilist_node_impl< OptionsT >, OptionsT::parent_ty > | |
const OptionsT::parent_ty * | getParent () const |
OptionsT::parent_ty * | getParent () |
void | setParent (OptionsT::parent_ty *Parent) |
Additional Inherited Members | |
Protected Types inherited from llvm::ilist_node_impl< OptionsT > | |
using | self_iterator = typename ilist_select_iterator_type< OptionsT::has_iterator_bits, OptionsT, false, false >::type |
using | const_self_iterator = typename ilist_select_iterator_type< OptionsT::has_iterator_bits, OptionsT, false, true >::type |
using | reverse_self_iterator = typename ilist_select_iterator_type< OptionsT::has_iterator_bits, OptionsT, true, false >::type |
using | const_reverse_self_iterator = typename ilist_select_iterator_type< OptionsT::has_iterator_bits, OptionsT, true, true >::type |
Protected Member Functions inherited from llvm::ilist_node_impl< OptionsT > | |
ilist_node_impl ()=default | |
Definition at line 233 of file Symbolize.h.
|
default |
|
inline |
Definition at line 236 of file Symbolize.h.
References llvm::Bin.
|
inline |
Definition at line 247 of file Symbolize.h.
|
inline |
Definition at line 238 of file Symbolize.h.
|
inline |
Definition at line 239 of file Symbolize.h.
void llvm::symbolize::CachedBinary::pushEvictor | ( | std::function< void()> | Evictor | ) |
Definition at line 799 of file Symbolize.cpp.
|
inline |
Definition at line 252 of file Symbolize.h.