Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbUtil.cpp100 uint32_t base_idx = location_map.FindEntryIndexThatContainsOrFollows(base); in AddMemberLocationRanges()
168 base_idx = location_map.FindEntryIndexThatContainsOrFollows(base); in AddDwarfRange()
175 end_idx = location_map.FindEntryIndexThatContainsOrFollows(end - 1); in AddDwarfRange()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Utility/
HDRangeMap.h635 uint32_t FindEntryIndexThatContainsOrFollows(B addr) const { in FindEntryIndexThatContainsOrFollows() function