| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectMemory.cpp | 64 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() 160 case ValueType::LoadAddress: in AppendDataToHostBuffer() 287 case ValueType::LoadAddress: in GetData() 340 case ValueType::LoadAddress: in GetValueAsData() 572 case ValueType::LoadAddress: // load address value in ResolveValue() 627 case ValueType::LoadAddress: in GetValueTypeAsCString() 664 SetValueType(Value::ValueType::LoadAddress); in ConvertToLoadAddress()
|
| H A D | ValueObjectChild.cpp | 128 m_value.SetValueType(Value::ValueType::LoadAddress); in UpdateValue() 135 : Value::ValueType::LoadAddress); in UpdateValue() 149 case 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() 813 case Value::ValueType::LoadAddress: { in SetData() 1416 case Value::ValueType::LoadAddress: in GetAddressOf() 1449 case Value::ValueType::LoadAddress: in GetPointerValue() 1489 case Value::ValueType::LoadAddress: { in SetValueFromCString() 1899 if (m_value.GetValueType() == Value::ValueType::LoadAddress) { in GetExpressionPath() 2996 Value::ValueType::LoadAddress); in CreateValueObjectFromAddress()
|
| H A D | ValueObjectConstResult.cpp | 157 m_value.SetValueType(Value::ValueType::LoadAddress); in ValueObjectConstResult()
|
| /freebsd-13.1/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()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 935 value->SetValueType(Value::ValueType::LoadAddress); in UpdateValueTypeFromLocationDescription() 943 if (value->GetValueType() == Value::ValueType::LoadAddress) in UpdateValueTypeFromLocationDescription() 1120 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() 1122 case Value::ValueType::LoadAddress: in Evaluate() 1227 case Value::ValueType::LoadAddress: in Evaluate() 2070 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() 2089 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() 2176 case Value::ValueType::LoadAddress: in Evaluate() 2312 case Value::ValueType::LoadAddress: in Evaluate() 2522 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() [all …]
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeSession.cpp | 196 uint64_t NativeSession::getLoadAddress() const { return LoadAddress; } in getLoadAddress() 199 LoadAddress = Address; in setLoadAddress() 391 return LoadAddress + getRVAFromSectOffset(Section, Offset); in getVAFromSectOffset()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Value.h | 49 LoadAddress, enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeSession.h | 127 uint64_t LoadAddress = 0; variable
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ABI.cpp | 137 case Value::ValueType::LoadAddress: in GetReturnValueObject()
|
| H A D | RegisterContextUnwind.cpp | 1638 cfa_val.SetValueType(Value::ValueType::LoadAddress); in SavedLocationForRegister()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1533 var_location.SetValueType(Value::ValueType::LoadAddress); in GetVariableValue() 1673 parser_vars->m_lldb_value.SetValueType(Value::ValueType::LoadAddress); in AddOneGenericVariable() 1864 parser_vars->m_lldb_value.SetValueType(Value::ValueType::LoadAddress); in AddOneFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | llvm-pdbutil.cpp | 303 cl::opt<uint64_t> LoadAddress( variable 1064 if (opts::pretty::LoadAddress) in dumpPretty() 1065 Session->setLoadAddress(opts::pretty::LoadAddress); in dumpPretty()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTrampolineHandler.cpp | 1051 isa_value.SetValueType(Value::ValueType::LoadAddress); in GetStepThroughDispatchPlan()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrFormats.td | 2042 // LoadAddress:
|