Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp349 DataExtractor desc_extractor(dst, desc_array_size, process_sp->GetByteOrder(), in SetUpRegion() local
366 uint32_t voffset = desc_extractor.GetU32(&offset); in SetUpRegion()
367 uint32_t flags = desc_extractor.GetU32(&offset); in SetUpRegion()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1848 StringExtractor desc_extractor(description.c_str()); in SetThreadStopInfo() local
1849 addr_t wp_addr = desc_extractor.GetU64(LLDB_INVALID_ADDRESS); in SetThreadStopInfo()
1850 uint32_t wp_index = desc_extractor.GetU32(LLDB_INVALID_INDEX32); in SetThreadStopInfo()
1851 addr_t wp_hit_addr = desc_extractor.GetU64(LLDB_INVALID_ADDRESS); in SetThreadStopInfo()
2245 StringExtractor desc_extractor(value); in SetThreadStopInfo() local
2247 desc_extractor.GetHexByteString(description); in SetThreadStopInfo()