Searched refs:clang_int_type (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetThreadItemInfoHandler.cpp269 CompilerType clang_int_type = scratch_ts_sp->GetBasicType(eBasicTypeInt); local
272 debug_value.SetCompilerType(clang_int_type);
H A DAppleGetPendingItemsHandler.cpp268 CompilerType clang_int_type = scratch_ts_sp->GetBasicType(eBasicTypeInt); local
271 debug_value.SetCompilerType(clang_int_type);
H A DAppleGetQueuesHandler.cpp271 CompilerType clang_int_type = scratch_ts_sp->GetBasicType(eBasicTypeInt); local
274 debug_value.SetCompilerType(clang_int_type);
H A DAppleGetItemInfoHandler.cpp269 CompilerType clang_int_type = scratch_ts_sp->GetBasicType(eBasicTypeInt); local
272 debug_value.SetCompilerType(clang_int_type);
/openbsd-current/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp1091 CompilerType clang_int_type = local
1095 // flag_value.SetContext (Value::eContextTypeClangType, clang_int_type);
1096 flag_value.SetCompilerType(clang_int_type);

Completed in 149 milliseconds