Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DAuxVector.h92 static const char *GetEntryName(const Entry &entry) { in GetEntryName() function
93 return GetEntryName(static_cast<EntryType>(entry.type)); in GetEntryName()
96 static const char *GetEntryName(EntryType type);
H A DAuxVector.cpp93 log->Printf(" %s [%" PRIu64 "]: %" PRIx64, GetEntryName(*I), I->type, in DumpToLog()
98 const char *AuxVector::GetEntryName(EntryType type) { in GetEntryName() function in AuxVector