Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp527 CompilerType objc_id = in GetBacktraceThreadFromException() local
531 auto objc_object_from_address = [&exception_sp, &objc_id](uint64_t addr, in GetBacktraceThreadFromException()
534 value.SetCompilerType(objc_id); in GetBacktraceThreadFromException()