Searched defs:addr_t (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-types.h | 79 typedef uint64_t addr_t; global() typedef
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | DecodedThread.cpp | 242 [](lldb::addr_t) { return lldb::eTraceItemKindInstruction; }), in GetItemKindByIndex()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntimeV1.cpp | 271 std::function<bool(const char *, const char *, lldb::addr_t, in Describe()
|
H A D | AppleObjCTrampolineHandler.cpp | 784 std::function<void(lldb::addr_t, const DispatchFunction &)> callback) { in ForEachDispatchFunction()
|
H A D | AppleObjCClassDescriptorV2.cpp | 528 std::function<bool(const char *, const char *, lldb::addr_t, in Describe()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
H A D | ObjCLanguageRuntime.h | 127 std::function<bool(const char *, const char *, lldb::addr_t, in Describe() argument [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/ |
H A D | DWARFCallFrameInfo.cpp | 1020 ForEachFDEEntries(const std::function<bool (lldb::addr_t,uint32_t,dw_offset_t)> & callback) ForEachFDEEntries() argument [all...] |
H A D | Symtab.cpp | 900 AddSectionsToRangeMap(SectionList * sectlist,RangeVector<addr_t,addr_t> & section_ranges) AddSectionsToRangeMap() argument [all...] |