Home
last modified time | relevance | path

Searched defs:addr_t (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-types.h79 typedef uint64_t addr_t; typedef
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.cpp242 [](lldb::addr_t) { return lldb::eTraceItemKindInstruction; }), in GetItemKindByIndex()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp271 std::function<bool(const char *, const char *, lldb::addr_t, in Describe()
H A DAppleObjCTrampolineHandler.cpp784 std::function<void(lldb::addr_t, const DispatchFunction &)> callback) { in ForEachDispatchFunction()
H A DAppleObjCClassDescriptorV2.cpp528 std::function<bool(const char *, const char *, lldb::addr_t, in Describe()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h127 std::function<bool(const char *, const char *, lldb::addr_t, in Describe()
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp1020 const std::function<bool(lldb::addr_t, uint32_t, dw_offset_t)> &callback) { in ForEachFDEEntries()
H A DSymtab.cpp900 RangeVector<addr_t, addr_t> &section_ranges) { in AddSectionsToRangeMap()