CodeobjTableTranslator Class Reference#
Rocprofiler SDK Developer API 0.5.0
ROCm Profiling API and tools
|
Finds a candidate codeobj for the given vaddr. More...
#include "rocprofiler-sdk/cxx/codeobj/segment.hpp"
Inherits std::set< address_range_t >.

Public Member Functions | |
address_range_t | find_codeobj_in_range (uint64_t addr) |
void | clear_cache () |
bool | remove (const address_range_t &range) |
bool | remove (uint64_t addr) |
Detailed Description
Finds a candidate codeobj for the given vaddr.
Definition at line 64 of file segment.hpp.
Member Function Documentation
◆ clear_cache()
|
inline |
Definition at line 80 of file segment.hpp.
Referenced by remove().

◆ find_codeobj_in_range()
|
inline |
Definition at line 69 of file segment.hpp.
References rocprofiler::sdk::codeobj::segment::address_range_t::inrange().
Referenced by rocprofiler::sdk::codeobj::disassembly::CodeobjAddressTranslate::get().


◆ remove() [1/2]
|
inline |
Definition at line 81 of file segment.hpp.
References clear_cache().
Referenced by rocprofiler::sdk::codeobj::disassembly::CodeobjAddressTranslate::removeDecoder().


◆ remove() [2/2]
|
inline |
Definition at line 86 of file segment.hpp.
References remove().
Referenced by remove().


The documentation for this class was generated from the following file:
- rocprofiler-sdk/cxx/codeobj/segment.hpp
Generated by