Searched refs:AddressOf (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultCast.cpp43 lldb::ValueObjectSP ValueObjectConstResultCast::AddressOf(Status &error) { function in class:ValueObjectConstResultCast
44 return m_impl.AddressOf(error);
H A DValueObjectConstResultChild.cpp50 lldb::ValueObjectSP ValueObjectConstResultChild::AddressOf(Status &error) { function in class:ValueObjectConstResultChild
51 return m_impl.AddressOf(error);
H A DValueObjectConstResultImpl.cpp115 lldb::ValueObjectSP ValueObjectConstResultImpl::AddressOf(Status &error) { function in class:ValueObjectConstResultImpl
140 return m_impl_backend->ValueObject::AddressOf(error);
H A DValueObjectConstResult.cpp262 lldb::ValueObjectSP ValueObjectConstResult::AddressOf(Status &error) { function in class:ValueObjectConstResult
263 return m_impl.AddressOf(error);
H A DValueObject.cpp2128 ValueObjectSP final_value = ret_val->AddressOf(error);
2828 ValueObjectSP ValueObject::AddressOf(Status &error) { function in class:ValueObject
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectConstResultCast.h49 lldb::ValueObjectSP AddressOf(Status &error) override;
H A DValueObjectConstResultChild.h55 lldb::ValueObjectSP AddressOf(Status &error) override;
H A DValueObjectConstResultImpl.h49 lldb::ValueObjectSP AddressOf(Status &error);
H A DValueObjectConstResult.h88 lldb::ValueObjectSP AddressOf(Status &error) override;
H A DValueObject.h598 virtual lldb::ValueObjectSP AddressOf(Status &error);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp64 AddressOf, member in class:__anon2423::UnaryNodeOperator
130 case UnaryNodeOperator::AddressOf:
210 case UnaryNodeOperator::AddressOf:
354 UnaryNodeOperator::AddressOf, std::string(ExprId));
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h107 AddressOf = 1 << 7, member in class:clang::index::SymbolRole
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h36 bool AddressOf; member in struct:llvm::final
288 bool needAddressOf() const override { return AddressOf; }
625 bool AddressOf = false, SMLoc OffsetOfLoc = SMLoc(),
629 Res->AddressOf = AddressOf;
658 Res->AddressOf = true;
679 Res->AddressOf = false;
711 Res->AddressOf = false;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp297 ValueObjectSP backend_addr(m_backend.AddressOf(err));
411 ValueObjectSP backend_addr(m_backend.AddressOf(err));
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBValue.i343 AddressOf();
501 address_of = property(AddressOf, None, doc='''A read only property that returns an lldb.SBValue that represents the address-of this value.''')
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h134 // AddressOf() on the return of this call all return invalid
210 lldb::SBValue AddressOf();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp84 Roles |= (unsigned)SymbolRole::AddressOf;
118 Roles |= (unsigned)SymbolRole::AddressOf;
H A DIndexSymbol.cpp421 APPLY_FOR_ROLE(AddressOf);
464 case SymbolRole::AddressOf: OS << "Addr"; break;
H A DIndexingContext.cpp337 case SymbolRole::AddressOf:
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1288 lldb::SBValue SBValue::AddressOf() { function in class:SBValue
1289 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBValue, SBValue, AddressOf);
1296 sb_value.SetSP(value_sp->AddressOf(error), GetPreferDynamicValue(),
1651 LLDB_REGISTER_METHOD(lldb::SBValue, SBValue, AddressOf, ());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp369 valobj_list.GetValueObjectAtIndex(i)->AddressOf(tmp_error));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp753 lldb::ValueObjectSP ctx_obj_ptr = m_ctx_obj->AddressOf(status);
850 lldb::ValueObjectSP ctx_obj_ptr = m_ctx_obj->AddressOf(status);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp1833 void PrintValueDecl(ValueDecl *VD, bool AddressOf, Expr *E, bool NullPtr) { argument
1835 if (AddressOf)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSArray.cpp792 valobj_sp = valobj_sp->AddressOf(error);
H A DNSSet.cpp354 valobj_sp = valobj_sp->AddressOf(error);

Completed in 260 milliseconds

12