Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObjectConstResultChild.cpp63 ValueObjectConstResultChild::AddressOf (Error &error) in AddressOf() function in ValueObjectConstResultChild
65 return m_impl.AddressOf(error); in AddressOf()
HDValueObjectConstResultImpl.cpp126 ValueObjectConstResultImpl::AddressOf (Error &error) in AddressOf() function in ValueObjectConstResultImpl
155 return m_impl_backend->ValueObject::AddressOf(error); in AddressOf()
HDValueObjectConstResult.cpp322 ValueObjectConstResult::AddressOf (Error &error) in AddressOf() function in ValueObjectConstResult
324 return m_impl.AddressOf(error); in AddressOf()
HDValueObject.cpp2630 ValueObjectSP final_value = ret_val->AddressOf(error); in GetValueForExpressionPath()
2706 ValueObjectSP final_value = ret_val->AddressOf(error); in GetValuesForExpressionPath()
3785 ValueObject::AddressOf (Error &error) in AddressOf() function in ValueObject
/NextBSD/contrib/llvm/lib/Target/X86/AsmParser/
HDX86Operand.h37 bool AddressOf; member
205 return AddressOf; in needAddressOf()
476 bool AddressOf = false, SMLoc OffsetOfLoc = SMLoc(),
480 Res->AddressOf = AddressOf;
509 Res->AddressOf = false;
536 Res->AddressOf = false;
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDValueObjectConstResultChild.h57 AddressOf (Error &error);
HDValueObjectConstResultImpl.h48 AddressOf (Error &error);
HDValueObjectConstResult.h103 AddressOf (Error &error);
HDValueObject.h730 AddressOf (Error &error);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBValue.h258 AddressOf();
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDLibCxxList.cpp320 ValueObjectSP backend_addr(m_backend.AddressOf(err)); in Update()
HDNSArray.cpp632 valobj_sp = valobj_sp->AddressOf(error); in NSArraySyntheticFrontEndCreator()
HDNSSet.cpp278 valobj_sp = valobj_sp->AddressOf(error); in NSSetSyntheticFrontEndCreator()
HDNSDictionary.cpp280 valobj_sp = valobj_sp->AddressOf(error); in NSDictionarySyntheticFrontEndCreator()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDVariable.cpp411 … ValueObjectSP valobj_sp (valobj_list.GetValueObjectAtIndex(i)->AddressOf(tmp_error)); in GetValuesForVariableExpressionPath()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBValue.cpp1583 SBValue::AddressOf() in AddressOf() function in SBValue
1591 … sb_value.SetSP(value_sp->AddressOf (error),GetPreferDynamicValue(), GetPreferSyntheticValue()); in AddressOf()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTDiagnostic.cpp1685 void PrintValueDecl(ValueDecl *VD, bool AddressOf, bool NullPtr) { in PrintValueDecl() argument
1687 if (AddressOf) in PrintValueDecl()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclCXX.cpp2335 bool AddressOf) { in HandleMemberExpr() argument
2365 if (AddressOf && AllPODFields) in HandleMemberExpr()
2390 if (InitList && !AddressOf && FoundVD == InitListFieldDecl) { in HandleMemberExpr()
2412 void HandleValue(Expr *E, bool AddressOf) { in HandleValue() argument
2417 AddressOf /*AddressOf*/); in HandleValue()
2423 HandleValue(CO->getTrueExpr(), AddressOf); in HandleValue()
2424 HandleValue(CO->getFalseExpr(), AddressOf); in HandleValue()
2431 HandleValue(BCO->getFalseExpr(), AddressOf); in HandleValue()
2436 HandleValue(OVE->getSourceExpr(), AddressOf); in HandleValue()
2446 HandleValue(BO->getLHS(), AddressOf); in HandleValue()
[all …]
HDSemaChecking.cpp7376 AddressOf, enumerator
7546 DiagType = AddressOf; in DiagnoseAlwaysNonNullPointer()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDStackFrame.cpp1156 ValueObjectSP address_of_valobj_sp (valobj_sp->AddressOf(error)); in GetValueForVariableExpressionPath()