/llvm-project/lldb/source/Target/ |
H A D | SectionLoadList.cpp | 65 addr_t load_addr, in SetSectionLoadAddress() 171 addr_t load_addr = sta_pos->second; in SetSectionUnloaded() local 184 addr_t load_addr) { in SetSectionUnloaded() 219 bool SectionLoadList::ResolveLoadAddress(addr_t load_addr, Address &so_addr, in ResolveLoadAddress()
|
H A D | SectionLoadHistory.cpp | 114 bool SectionLoadHistory::ResolveLoadAddress(uint32_t stop_id, addr_t load_addr, in ResolveLoadAddress() argument 125 SetSectionLoadAddress(uint32_t stop_id,const lldb::SectionSP & section_sp,addr_t load_addr,bool warn_multiple) SetSectionLoadAddress() argument 147 SetSectionUnloaded(uint32_t stop_id,const lldb::SectionSP & section_sp,addr_t load_addr) SetSectionUnloaded() argument
|
/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
H A D | DynamicLoaderWindowsDYLD.cpp | 103 lldb::addr_t load_addr = LLDB_INVALID_ADDRESS; in GetLoadAddress() local 131 lldb::addr_t load_addr = GetLoadAddress(executable); in DidAttach() local 158 lldb::addr_t load_addr in DidLaunch() local [all...] |
/llvm-project/lldb/source/Expression/ |
H A D | Materializer.cpp | 154 const lldb::addr_t load_addr = process_address + m_offset; in Materialize() local 206 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize() local 353 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog() local 444 const lldb::addr_t load_addr = process_address + m_offset; Materialize() local 607 const lldb::addr_t load_addr = process_address + m_offset; Dematerialize() local 687 const lldb::addr_t load_addr = process_address + m_offset; DumpToLog() local 932 const lldb::addr_t load_addr = process_address + m_offset; Materialize() local 1000 const lldb::addr_t load_addr = process_address + m_offset; Dematerialize() local 1107 const lldb::addr_t load_addr = process_address + m_offset; DumpToLog() local 1212 const lldb::addr_t load_addr = process_address + m_offset; Materialize() local 1261 const lldb::addr_t load_addr = process_address + m_offset; Dematerialize() local 1279 const lldb::addr_t load_addr = process_address + m_offset; DumpToLog() local 1331 const lldb::addr_t load_addr = process_address + m_offset; Materialize() local 1394 const lldb::addr_t load_addr = process_address + m_offset; Dematerialize() local 1453 const lldb::addr_t load_addr = process_address + m_offset; DumpToLog() local [all...] |
H A D | IRExecutionUnit.cpp | 800 if (auto load_addr = resolver.Resolve(sc_list)) FindInSymbols() local 808 if (auto load_addr = resolver.Resolve(sc_list)) FindInSymbols() local 816 if (auto load_addr = resolver.Resolve(sc_list)) FindInSymbols() local
|
H A D | DWARFExpressionList.cpp | 73 lldb::addr_t load_addr) { in GetMutableExpressionAtAddress() argument
|
/llvm-project/lldb/examples/python/ |
H A D | symbolication.py | 45 def __init__(self, target, load_addr): argument 325 def get_section_containing_load_addr(self, load_addr): argument 567 def find_image_containing_load_addr(self, load_addr): argument 590 def symbolicate(self, load_addr, verbose=False): argument
|
/llvm-project/lldb/source/Core/ |
H A D | AddressRange.cpp | 102 addr_t load_addr = addr.GetLoadAddress(target); in ContainsLoadAddress() local 112 bool AddressRange::ContainsLoadAddress(addr_t load_addr, Target *target) const { in ContainsLoadAddress()
|
H A D | Address.cpp | 361 if (SetLoadAddress(load_addr, target)) { in SetCallableLoadAddress() argument 781 if (load_addr ! in Dump() local 381 SetOpcodeLoadAddress(lldb::addr_t load_addr,Target * target,AddressClass addr_class,bool allow_section_end) SetOpcodeLoadAddress() argument 471 addr_t load_addr = GetLoadAddress(target); Dump() local 1047 SetLoadAddress(lldb::addr_t load_addr,Target * target,bool allow_section_end) SetLoadAddress() argument [all...] |
H A D | ValueObjectMemory.cpp |
|
H A D | Value.cpp | 674 lldb::addr_t load_addr = so_addr.GetLoadAddress(target); ConvertToLoadAddress() local
|
/llvm-project/lldb/source/API/ |
H A D | SBAddress.cpp | 43 SBAddress::SBAddress(lldb::addr_t load_addr, lldb::SBTarget &target) in SBAddress() 122 void SBAddress::SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target) { in SetLoadAddress()
|
H A D | SBMemoryRegionInfo.cpp | 167 const addr_t load_addr = m_opaque_up->GetRange().base; in GetDescription() local
|
/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan.cpp | 273 const u8 *const shadow_type = GetShadowTypeAddrFor(load_addr); in __nsan_get_shadow_ptr_for_float_load() argument 283 if (!IsZero<sizeof(FT)>(load_addr)) { in __nsan_get_shadow_ptr_for_longdouble_load() argument 246 getShadowPtrForLoad(const u8 * load_addr,uptr n) getShadowPtrForLoad() argument 278 __nsan_get_shadow_ptr_for_double_load(const u8 * load_addr,uptr n) __nsan_get_shadow_ptr_for_double_load() argument [all...] |
/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
H A D | DebuggerThread.cpp | 388 lldb::addr_t load_addr = reinterpret_cast<lldb::addr_t>(info.lpBaseOfImage); HandleCreateProcessEvent() local 485 lldb::addr_t load_addr = reinterpret_cast<lldb::addr_t>(info.lpBaseOfDll); HandleLoadDllEvent() local
|
H A D | NativeProcessWindows.cpp | 205 GetMemoryRegionInfo(lldb::addr_t load_addr,MemoryRegionInfo & range_info) GetMemoryRegionInfo() argument 386 GetFileLoadAddress(const llvm::StringRef & file_name,lldb::addr_t & load_addr) GetFileLoadAddress() argument
|
/llvm-project/lldb/source/Plugins/TraceExporter/common/ |
H A D | TraceHTR.cpp | 84 lldb::addr_t load_addr, std::optional<ConstString> func_name) { in AddCallInstructionMetadata() 88 void HTRInstructionLayer::AppendInstruction(lldb::addr_t load_addr) { in AppendInstruction()
|
/llvm-project/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedProcess.cpp | 286 DoGetMemoryRegionInfo(lldb::addr_t load_addr,MemoryRegionInfo & region) DoGetMemoryRegionInfo() argument 472 lldb::addr_t load_addr = LLDB_INVALID_ADDRESS; GetLoadedDynamicLibrariesInfos() local [all...] |
/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | ProcessMinidump.cpp | 345 addr_t load_addr = load_list.GetSectionLoadAddress(section_sp); BuildMemoryRegions() local 369 DoGetMemoryRegionInfo(lldb::addr_t load_addr,MemoryRegionInfo & region) DoGetMemoryRegionInfo() argument 463 const uint64_t load_addr = module->BaseOfImage; ReadModuleList() local [all...] |
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | DynamicLoaderDarwin.cpp | 885 addr_t load_addr = GetStepThroughTrampolinePlan() local 905 lldb::addr_t load_addr = GetStepThroughTrampolinePlan() local 926 addr_t load_addr = GetStepThroughTrampolinePlan() local
|
/llvm-project/lldb/test/API/functionalities/interactive_scripted_process/ |
H A D | interactive_scripted_process.py | 251 def create_breakpoint_with_name(target, load_addr, name, error): argument
|
/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeProcessFreeBSD.cpp | 583 GetMemoryRegionInfo(lldb::addr_t load_addr,MemoryRegionInfo & range_info) GetMemoryRegionInfo() argument 754 GetFileLoadAddress(const llvm::StringRef & file_name,lldb::addr_t & load_addr) GetFileLoadAddress() argument [all...] |
/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeProcessNetBSD.cpp | 619 GetMemoryRegionInfo(lldb::addr_t load_addr,MemoryRegionInfo & range_info) GetMemoryRegionInfo() argument 777 GetFileLoadAddress(const llvm::StringRef & file_name,lldb::addr_t & load_addr) GetFileLoadAddress() argument [all...] |
/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/ |
H A D | ObjectContainerMachOFileset.cpp | 139 std::optional<lldb::addr_t> load_addr = std::nullopt) { in ParseFileset() argument
|
/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPTBundleSaver.cpp | 264 lldb::addr_t load_addr = LLDB_INVALID_ADDRESS; in BuildModulesSection() local
|