Searched refs:FindEntry (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DAuxVector.h91 FindEntry(EntryType type) const;
H A DAuxVector.cpp106 AuxVector::FindEntry(EntryType type) const function in class:AuxVector
H A DDynamicLoaderPOSIXDYLD.cpp569 AuxVector::iterator I = m_auxv->FindEntry(AuxVector::AT_SYSINFO_EHDR);
585 AuxVector::iterator I = m_auxv->FindEntry(AuxVector::AT_ENTRY);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp2148 FindEntry (const llvm::StringRef &format_str, const FormatEntity::Entry::Definition *parent, llvm::StringRef &remainder) function
2171 return FindEntry (p.second, entry_def, remainder);
2608 const FormatEntity::Entry::Definition* entry_def = FindEntry (partial_variable, &g_root, remainder);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DRangeMap.h1451 FindEntry (B addr, bool exact_match_only) function in class:lldb_private::AddressDataArray

Completed in 376 milliseconds