Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h169 lldb_private::UUID FindBuidIdInCoreMemory(lldb::addr_t address);
H A DProcessElfCore.cpp280 entry.uuid = FindBuidIdInCoreMemory(entry.start); in UpdateBuildIdForNTFileEntries()
996 UUID ProcessElfCore::FindBuidIdInCoreMemory(lldb::addr_t address) { in FindBuidIdInCoreMemory() function in ProcessElfCore