reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
 1576   if (!return_compiler_type) {
 1581   return_valobj_sp = GetReturnValueObjectSimple(thread, return_compiler_type);
 1591   llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread);
 1597   if (!return_compiler_type.IsAggregateType()) {
 1618       FlattenAggregateType(thread, exe_ctx, return_compiler_type,
 1686           &thread, return_compiler_type, ConstString(""), return_ext);
 1706         &thread, "", Address(storage_addr, nullptr), return_compiler_type);