Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.h152 std::optional<uint16_t> GetModuleIndexForAddr(uint16_t segment,
H A DPdbIndex.cpp76 std::optional<uint16_t> PdbIndex::GetModuleIndexForAddr(uint16_t segment, in GetModuleIndexForAddr() function in PdbIndex