| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectMemory.cpp | 65 m_value.SetValueType(Value::ValueType::LoadAddress); in ValueObjectMemory() 95 m_value.SetValueType(Value::ValueType::LoadAddress); in ValueObjectMemory() 181 case Value::ValueType::LoadAddress: in UpdateValue() 195 m_value.SetValueType(Value::ValueType::LoadAddress); in UpdateValue()
|
| H A D | Value.cpp | 116 case ValueType::LoadAddress: in GetValueAddressType() 131 return Value::ValueType::LoadAddress; in GetValueTypeFromAddressType() 174 case ValueType::LoadAddress: in AppendDataToHostBuffer() 301 case ValueType::LoadAddress: in GetData() 354 case ValueType::LoadAddress: in GetValueAsData() 586 case ValueType::LoadAddress: // load address value in ResolveValue() 641 case ValueType::LoadAddress: in GetValueTypeAsCString() 678 SetValueType(Value::ValueType::LoadAddress); in ConvertToLoadAddress()
|
| H A D | ValueObjectChild.cpp | 126 m_value.SetValueType(Value::ValueType::LoadAddress); in UpdateValue() 133 : Value::ValueType::LoadAddress); in UpdateValue() 147 case Value::ValueType::LoadAddress: in UpdateValue()
|
| H A D | ValueObjectVTable.cpp | 88 m_value.SetValueType(Value::ValueType::LoadAddress); in UpdateValue() 257 m_value.SetValueType(Value::ValueType::LoadAddress); in UpdateValue()
|
| H A D | ValueObjectVariable.cpp | 210 case Value::ValueType::LoadAddress: in UpdateValue() 299 case Value::ValueType::LoadAddress: in DoUpdateChildrenAddressType()
|
| H A D | ValueObject.cpp | 318 case Value::ValueType::LoadAddress: in GetLocationAsCStringImpl() 768 case Value::ValueType::LoadAddress: { in SetData() 1384 case Value::ValueType::LoadAddress: in GetAddressOf() 1417 case Value::ValueType::LoadAddress: in GetPointerValue() 1457 case Value::ValueType::LoadAddress: { in SetValueFromCString() 1868 if (m_value.GetValueType() == Value::ValueType::LoadAddress) { in GetExpressionPath() 2978 Value::ValueType::LoadAddress); in CreateValueObjectFromAddress()
|
| H A D | ValueObjectConstResult.cpp | 158 m_value.SetValueType(Value::ValueType::LoadAddress); in ValueObjectConstResult()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldImpl.h | 59 uint64_t LoadAddress; variable 77 LoadAddress(reinterpret_cast<uintptr_t>(address)), StubOffset(size), in SectionEntry() 96 uint64_t getLoadAddress() const { return LoadAddress; } in getLoadAddress() 97 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() 102 return LoadAddress + OffsetBytes; in getLoadAddressWithOffset()
|
| H A D | RuntimeDyld.cpp | 832 uint64_t LoadAddress = 0; in emitSection() local 865 LoadAddress = TLSSection.Offset; in emitSection() 918 Sections.back().setLoadAddress(LoadAddress); in emitSection()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 784 value->SetValueType(Value::ValueType::LoadAddress); in UpdateValueTypeFromLocationDescription() 792 if (value->GetValueType() == Value::ValueType::LoadAddress) in UpdateValueTypeFromLocationDescription() 948 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() 1029 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() 1031 case Value::ValueType::LoadAddress: in Evaluate() 1184 case Value::ValueType::LoadAddress: in Evaluate() 2024 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() 2043 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() 2130 case Value::ValueType::LoadAddress: in Evaluate() 2266 case Value::ValueType::LoadAddress: in Evaluate() [all …]
|
| /freebsd-14.2/sys/dev/mpi3mr/mpi/ |
| H A D | mpi30_image.h | 71 U32 LoadAddress; /* 0x04 */ member 408 U32 LoadAddress[8]; /* 0x08 */ member
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeSession.cpp | 205 uint64_t NativeSession::getLoadAddress() const { return LoadAddress; } in getLoadAddress() 208 LoadAddress = Address; in setLoadAddress() 400 return LoadAddress + getRVAFromSectOffset(Section, Offset); in getVAFromSectOffset()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Value.h | 49 LoadAddress, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeSession.h | 131 uint64_t LoadAddress = 0; variable
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | ABI.cpp | 138 case Value::ValueType::LoadAddress: in GetReturnValueObject()
|
| H A D | RegisterContextUnwind.cpp | 1663 cfa_val.SetValueType(Value::ValueType::LoadAddress); in SavedLocationForRegister()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1547 var_location.SetValueType(Value::ValueType::LoadAddress); in GetVariableValue() 1750 parser_vars->m_lldb_value.SetValueType(Value::ValueType::LoadAddress); in AddOneGenericVariable() 1941 parser_vars->m_lldb_value.SetValueType(Value::ValueType::LoadAddress); in AddOneFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | llvm-pdbutil.cpp | 305 cl::opt<uint64_t> LoadAddress( variable 1088 if (opts::pretty::LoadAddress) in dumpPretty() 1089 Session->setLoadAddress(opts::pretty::LoadAddress); in dumpPretty()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTrampolineHandler.cpp | 997 isa_value.SetValueType(Value::ValueType::LoadAddress); in GetStepThroughDispatchPlan()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrFormats.td | 2171 // LoadAddress:
|