Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DAuxVector.h94 GetEntryName(const Entry &entry) { in GetEntryName() function
95 return GetEntryName(static_cast<EntryType>(entry.type)); in GetEntryName()
99 GetEntryName(EntryType type);
DAuxVector.cpp127 log->Printf(" %s [%" PRIu64 "]: %" PRIx64, GetEntryName(*I), I->type, I->value); in DumpToLog()
132 AuxVector::GetEntryName(EntryType type) in GetEntryName() function in AuxVector