Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dubsan-pointer-overflow.m21 // CHECK-LABEL: define{{.*}} void @objc_id
22 void objc_id(id *p) { function
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp528 CompilerType objc_id = in GetBacktraceThreadFromException() local
532 auto objc_object_from_address = [&exception_sp, &objc_id](uint64_t addr, in GetBacktraceThreadFromException()
535 value.SetCompilerType(objc_id); in GetBacktraceThreadFromException()