/openbsd/gnu/llvm/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 | 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 | Value.cpp | 114 case ValueType::LoadAddress: in GetValueAddressType() 158 case ValueType::LoadAddress: in AppendDataToHostBuffer() 285 case ValueType::LoadAddress: in GetData() 338 case ValueType::LoadAddress: in GetValueAsData() 570 case ValueType::LoadAddress: // load address value in ResolveValue() 625 case ValueType::LoadAddress: in GetValueTypeAsCString() 662 SetValueType(Value::ValueType::LoadAddress); in ConvertToLoadAddress()
|
H A D | ValueObjectVariable.cpp | 210 case Value::ValueType::LoadAddress: in UpdateValue() 299 case Value::ValueType::LoadAddress: in DoUpdateChildrenAddressType()
|
H A D | ValueObject.cpp | 319 case Value::ValueType::LoadAddress: in GetLocationAsCStringImpl() 822 case Value::ValueType::LoadAddress: { in SetData() 1428 case Value::ValueType::LoadAddress: in GetAddressOf() 1461 case Value::ValueType::LoadAddress: in GetPointerValue() 1501 case Value::ValueType::LoadAddress: { in SetValueFromCString() 1911 if (m_value.GetValueType() == Value::ValueType::LoadAddress) { in GetExpressionPath() 3011 Value::ValueType::LoadAddress); in CreateValueObjectFromAddress()
|
H A D | ValueObjectConstResult.cpp | 158 m_value.SetValueType(Value::ValueType::LoadAddress); in ValueObjectConstResult()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 774 value->SetValueType(Value::ValueType::LoadAddress); in UpdateValueTypeFromLocationDescription() 782 if (value->GetValueType() == Value::ValueType::LoadAddress) in UpdateValueTypeFromLocationDescription() 938 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() 1019 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() 1021 case Value::ValueType::LoadAddress: in Evaluate() 1167 case Value::ValueType::LoadAddress: in Evaluate() 2003 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() 2022 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() 2109 case Value::ValueType::LoadAddress: in Evaluate() 2245 case Value::ValueType::LoadAddress: in Evaluate() [all …]
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeSession.cpp | 204 uint64_t NativeSession::getLoadAddress() const { return LoadAddress; } in getLoadAddress() 207 LoadAddress = Address; in setLoadAddress() 399 return LoadAddress + getRVAFromSectOffset(Section, Offset); in getVAFromSectOffset()
|
/openbsd/gnu/llvm/lldb/include/lldb/Core/ |
H A D | Value.h | 49 LoadAddress, enumerator
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeSession.h | 131 uint64_t LoadAddress = 0; variable
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | ABI.cpp | 138 case Value::ValueType::LoadAddress: in GetReturnValueObject()
|
H A D | RegisterContextUnwind.cpp | 1649 cfa_val.SetValueType(Value::ValueType::LoadAddress); in SavedLocationForRegister()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionDeclMap.cpp | 1559 var_location.SetValueType(Value::ValueType::LoadAddress); in GetVariableValue() 1762 parser_vars->m_lldb_value.SetValueType(Value::ValueType::LoadAddress); in AddOneGenericVariable() 1953 parser_vars->m_lldb_value.SetValueType(Value::ValueType::LoadAddress); in AddOneFunction()
|
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 307 cl::opt<uint64_t> LoadAddress( variable 1090 if (opts::pretty::LoadAddress) in dumpPretty() 1091 Session->setLoadAddress(opts::pretty::LoadAddress); in dumpPretty()
|
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTrampolineHandler.cpp | 998 isa_value.SetValueType(Value::ValueType::LoadAddress); in GetStepThroughDispatchPlan()
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrFormats.td | 2042 // LoadAddress:
|