Home
last modified time | relevance | path

Searched refs:GetRangeContainingOffset (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h345 bool GetRangeContainingOffset(const lldb::addr_t offset, Range &range);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp240 bool Block::GetRangeContainingOffset(const addr_t offset, Range &range) { in GetRangeContainingOffset() function in Block