Home
last modified time | relevance | path

Searched refs:IsSectionOffset (Results 1 – 15 of 15) sorted by relevance

/llvm-project/lldb/source/Core/
H A DAddress.cpp499 if (IsSectionOffset()) { in Dump()
552 if (target && so_addr.IsSectionOffset()) { in Dump()
638 if (so_addr.IsSectionOffset()) { in Dump()
708 if (IsSectionOffset()) { in Dump()
H A DValue.cpp439 if (so_addr.IsSectionOffset()) { in GetValueAsData()
H A DModule.cpp493 if (symtab && so_addr.IsSectionOffset()) { in ResolveSymbolContextForAddress()
549 so_addr.IsSectionOffset()) { in ResolveSymbolContextForAddress()
H A DDisassembler.cpp106 if (!addr.IsSectionOffset()) { in ResolveAddress()
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp127 if (!m_addr.IsSectionOffset() && m_module_filespec) { in SearchCallback()
H A DBreakpointLocation.cpp502 if (m_address.IsSectionOffset()) { in GetDescription()
577 if (m_address.IsSectionOffset() && in GetDescription()
H A DBreakpointLocationList.cpp102 if (addr.IsSectionOffset()) { in FindByAddress()
/llvm-project/lldb/include/lldb/Core/
H A DAddress.h342 bool IsSectionOffset() const { in IsSectionOffset() function
/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp169 if (func_range.GetBaseAddress().IsSectionOffset()) { in ParseFunctions()
/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp59 if (vtable_info.addr.IsSectionOffset()) { in GetTypeInfo()
/llvm-project/lldb/source/Symbol/
H A DVariable.cpp241 if (address.IsSectionOffset()) { in LocationIsValidForAddress()
/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp834 /// success if so_addr.IsSectionOffset() is true. in Evaluate()
849 (check_sectionoffset && !so_addr.IsSectionOffset())) in Evaluate()
1155 if (load_addr == LLDB_INVALID_ADDRESS && so_addr.IsSectionOffset()) { in Evaluate()
/llvm-project/lldb/source/Target/
H A DTarget.cpp1983 if (!fixed_addr.IsSectionOffset()) { in ReadCStringFromMemory()
2013 if (!force_live_memory && resolved_addr.IsSectionOffset()) { in ReadCStringFromMemory()
2075 if (!file_cache_read_buffer && resolved_addr.IsSectionOffset()) { in ReadStringFromMemory()
H A DStackFrame.cpp194 !m_frame_code_addr.IsSectionOffset()) { in GetFrameCodeAddress()
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3078 entry_point_addr.IsValid() && entry_point_addr.IsSectionOffset(); in ParseSymtab()