| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Value.cpp | 118 case ValueType::LoadAddress: in GetValueAddressType() 133 return Value::ValueType::LoadAddress; in GetValueTypeFromAddressType() 176 case ValueType::LoadAddress: in AppendDataToHostBuffer() 309 case ValueType::LoadAddress: in GetData() 363 case ValueType::LoadAddress: in GetValueAsData() 599 case ValueType::LoadAddress: // load address value in ResolveValue() 654 case ValueType::LoadAddress: in GetValueTypeAsCString() 691 SetValueType(Value::ValueType::LoadAddress); in ConvertToLoadAddress()
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectMemory.cpp | 65 m_value.SetValueType(Value::ValueType::LoadAddress); in ValueObjectMemory() 95 m_value.SetValueType(Value::ValueType::LoadAddress); in ValueObjectMemory() 189 case Value::ValueType::LoadAddress: in UpdateValue() 203 m_value.SetValueType(Value::ValueType::LoadAddress); in UpdateValue()
|
| H A D | ValueObjectChild.cpp | 127 m_value.SetValueType(Value::ValueType::LoadAddress); in UpdateValue() 134 : Value::ValueType::LoadAddress); in UpdateValue() 148 case Value::ValueType::LoadAddress: in UpdateValue()
|
| H A D | ValueObjectVTable.cpp | 89 m_value.SetValueType(Value::ValueType::LoadAddress); in UpdateValue() 254 m_value.SetValueType(Value::ValueType::LoadAddress); in UpdateValue()
|
| H A D | ValueObjectVariable.cpp | 211 case Value::ValueType::LoadAddress: in UpdateValue() 300 case Value::ValueType::LoadAddress: in DoUpdateChildrenAddressType()
|
| H A D | ValueObject.cpp | 314 case Value::ValueType::LoadAddress: in GetLocationAsCStringImpl() 814 case Value::ValueType::LoadAddress: { in SetData() 1618 case Value::ValueType::LoadAddress: in GetAddressOf() 1640 case Value::ValueType::LoadAddress: in GetPointerValue() 1692 case Value::ValueType::LoadAddress: { in SetValueFromCString() 2103 if (m_value.GetValueType() == Value::ValueType::LoadAddress) { in GetExpressionPath() 2928 m_value.GetValueType() == Value::ValueType::LoadAddress) in Cast() 3546 Value::ValueType::LoadAddress); in CreateValueObjectFromAddress()
|
| H A D | ValueObjectConstResult.cpp | 156 m_value.SetValueType(Value::ValueType::LoadAddress); in ValueObjectConstResult()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldImpl.h | 60 uint64_t LoadAddress; variable 78 LoadAddress(reinterpret_cast<uintptr_t>(address)), StubOffset(size), in SectionEntry() 97 uint64_t getLoadAddress() const { return LoadAddress; } in getLoadAddress() 98 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() 103 return LoadAddress + OffsetBytes; in getLoadAddressWithOffset()
|
| H A D | RuntimeDyld.cpp | 835 uint64_t LoadAddress = 0; in emitSection() local 868 LoadAddress = TLSSection.Offset; in emitSection() 921 Sections.back().setLoadAddress(LoadAddress); in emitSection()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 812 value->SetValueType(Value::ValueType::LoadAddress); in UpdateValueTypeFromLocationDescription() 820 if (value->GetValueType() == Value::ValueType::LoadAddress) in UpdateValueTypeFromLocationDescription() 892 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate_DW_OP_deref() 894 case Value::ValueType::LoadAddress: { in Evaluate_DW_OP_deref() 1033 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() 1191 case Value::ValueType::LoadAddress: in Evaluate() 1822 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() 1840 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() 1852 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() 1936 case Value::ValueType::LoadAddress: { in Evaluate() [all …]
|
| /freebsd/sys/dev/mpi3mr/mpi/ |
| H A D | mpi30_image.h | 71 U32 LoadAddress; /* 0x04 */ member 417 U32 LoadAddress[8]; /* 0x08 */ member
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIASession.cpp | 139 uint64_t LoadAddress; in getLoadAddress() local 140 bool success = (S_OK == Session->get_loadAddress(&LoadAddress)); in getLoadAddress() 141 return (success) ? LoadAddress : 0; in getLoadAddress()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeSession.cpp | 203 uint64_t NativeSession::getLoadAddress() const { return LoadAddress; } in getLoadAddress() 206 LoadAddress = Address; in setLoadAddress() 398 return LoadAddress + getRVAFromSectOffset(Section, Offset); in getVAFromSectOffset()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Value.h | 49 LoadAddress, enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeSession.h | 132 uint64_t LoadAddress = 0; variable
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ABI.cpp | 138 case Value::ValueType::LoadAddress: in GetReturnValueObject()
|
| H A D | RegisterContextUnwind.cpp | 1645 cfa_val.SetValueType(Value::ValueType::LoadAddress); in SavedLocationForRegister()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1542 var_location.SetValueType(Value::ValueType::LoadAddress); in GetVariableValue() 1744 parser_vars->m_lldb_value.SetValueType(Value::ValueType::LoadAddress); in AddOneGenericVariable() 1935 parser_vars->m_lldb_value.SetValueType(Value::ValueType::LoadAddress); in AddOneFunction()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | llvm-pdbutil.cpp | 307 cl::opt<uint64_t> LoadAddress( variable 1094 if (opts::pretty::LoadAddress) in dumpPretty() 1095 Session->setLoadAddress(opts::pretty::LoadAddress); in dumpPretty()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTrampolineHandler.cpp | 997 isa_value.SetValueType(Value::ValueType::LoadAddress); in GetStepThroughDispatchPlan()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrFormats.td | 2257 // LoadAddress:
|