Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp500 if (IsSectionOffset()) { in Dump()
553 if (target && so_addr.IsSectionOffset()) { in Dump()
639 if (so_addr.IsSectionOffset()) { in Dump()
709 if (IsSectionOffset()) { in Dump()
H A DValue.cpp436 if (so_addr.IsSectionOffset()) { in GetValueAsData()
H A DModule.cpp486 if (symtab && so_addr.IsSectionOffset()) { in ResolveSymbolContextForAddress()
542 so_addr.IsSectionOffset()) { in ResolveSymbolContextForAddress()
H A DDisassembler.cpp101 if (!addr.IsSectionOffset()) { in ResolveAddress()
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h342 bool IsSectionOffset() const { in IsSectionOffset() function
/src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp125 if (!m_addr.IsSectionOffset() && m_module_filespec) { in SearchCallback()
H A DBreakpointLocation.cpp500 if (m_address.IsSectionOffset()) { in GetDescription()
560 if (m_address.IsSectionOffset() && in GetDescription()
H A DBreakpointLocationList.cpp102 if (addr.IsSectionOffset()) { in FindByAddress()
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp169 if (func_range.GetBaseAddress().IsSectionOffset()) { in ParseFunctions()
/src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp59 if (vtable_info.addr.IsSectionOffset()) { in GetTypeInfo()
/src/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp242 if (address.IsSectionOffset()) { in LocationIsValidForAddress()
/src/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp796 (check_sectionoffset && !so_addr.IsSectionOffset())) in ResolveLoadAddress()
1100 if (load_addr == LLDB_INVALID_ADDRESS && so_addr.IsSectionOffset()) { in Evaluate()
/src/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1849 if (!fixed_addr.IsSectionOffset()) { in ReadMemory()
1879 if (!force_live_memory && resolved_addr.IsSectionOffset()) { in ReadMemory()
1941 if (!file_cache_read_buffer && resolved_addr.IsSectionOffset()) { in ReadMemory()
H A DStackFrame.cpp193 !m_frame_code_addr.IsSectionOffset()) { in GetFrameCodeAddress()
/src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3071 entry_point_addr.IsValid() && entry_point_addr.IsSectionOffset(); in ParseSymtab()