Home
last modified time | relevance | path

Searched refs:FileAddress (Results 1 – 12 of 12) sorted by relevance

/llvm-project/lldb/source/Core/
H A DValueObjectMemory.cpp
H A DValue.cpp118 case ValueType::FileAddress: in GetValueAddressType()
129 return Value::ValueType::FileAddress; in GetValueTypeFromAddressType()
173 case ValueType::FileAddress: in AppendDataToHostBuffer()
302 case ValueType::FileAddress: in GetData()
392 case ValueType::FileAddress: in GetValueAsData()
589 case ValueType::FileAddress: in ResolveValue()
643 case ValueType::FileAddress: in GetValueTypeAsCString()
668 if (!module || !target || (GetValueType() != ValueType::FileAddress)) in ConvertToLoadAddress()
H A DValueObjectVariable.cpp
H A DValueObjectChild.cpp
H A DValueObjectConstResult.cpp
H A DValueObject.cpp
/llvm-project/lldb/include/lldb/Core/
H A DValue.h47 FileAddress, enumerator
/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp965 stack.back().SetValueType(Value::ValueType::FileAddress); in Evaluate()
1025 case Value::ValueType::FileAddress: { in Evaluate()
1142 case Value::ValueType::FileAddress: { in Evaluate()
1912 case Value::ValueType::FileAddress: in Evaluate()
2035 case Value::ValueType::FileAddress: in Evaluate()
2286 stack.back().SetValueType(Value::ValueType::FileAddress); in Evaluate()
/llvm-project/lldb/source/Target/
H A DABI.cpp127 case Value::ValueType::FileAddress: in GetReturnValueObject()
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/
H A DDW_OP_deref_size_static_var.s19 # The address will be a ValueType::FileAddress type which we will not be able
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1528 if (var_location.GetValueType() == Value::ValueType::FileAddress) { in GetVariableValue()
1943 parser_vars->m_lldb_value.SetValueType(Value::ValueType::FileAddress); in AddOneFunction()
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2071 Value::ValueType::FileAddress) { in UpdateExternalModuleListIfNeeded()