#include "llvm/DebugInfo/Symbolize/Symbolize.h"
|
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 |
|
| ilist_node_impl ()=default |
|
Definition at line 230 of file Symbolize.h.
◆ CachedBinary() [1/2]
llvm::symbolize::CachedBinary::CachedBinary |
( |
| ) |
|
|
default |
◆ CachedBinary() [2/2]
◆ evict()
void llvm::symbolize::CachedBinary::evict |
( |
| ) |
|
|
inline |
◆ operator*()
◆ operator->()
◆ pushEvictor()
void llvm::symbolize::CachedBinary::pushEvictor |
( |
std::function< void()> |
Evictor | ) |
|
◆ size()
size_t llvm::symbolize::CachedBinary::size |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: