| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_win.cpp | 489 uptr base_address; member 496 if (l->base_address < r->base_address) in CompareModulesBase() 498 return l->base_address > r->base_address; in CompareModulesBase() 513 module_infos[i].base_address = modules[i].ranges().front()->beg; in DumpProcessMap() 522 Printf("\t%p-%p %s\n", mi.base_address, mi.end_address, in DumpProcessMap() 693 uptr base_address = (uptr)mi.lpBaseOfDll; in init() local 702 uptr adjusted_base = base_address - preferred_base; in init() 708 cur_module.addAddressRange(base_address, end_address, /*executable*/ true, in init()
|
| H A D | sanitizer_common.cpp | 137 void LoadedModule::set(const char *module_name, uptr base_address) { in set() argument 140 base_address_ = base_address; in set() 143 void LoadedModule::set(const char *module_name, uptr base_address, in set() argument 146 set(module_name, base_address); in set()
|
| H A D | sanitizer_procmaps_common.cpp | 140 uptr base_address = (i ? segment.start : 0) - segment.offset; in DumpListOfModules() local 142 cur_module.set(cur_name, base_address); in DumpListOfModules()
|
| H A D | sanitizer_symbolizer.cpp | 47 module_offset = address - mod.base_address(); in FillModuleInfo()
|
| H A D | sanitizer_common.h | 810 void set(const char *module_name, uptr base_address); 811 void set(const char *module_name, uptr base_address, ModuleArch arch, 820 uptr base_address() const { return base_address_; } in base_address() function
|
| H A D | sanitizer_mac.cpp | 1352 return a.base_address() < b.base_address(); in CompareBaseAddress() 1374 Printf("0x%zx-0x%zx %s (%s) %s\n", modules[i].base_address(), in DumpProcessMap()
|
| H A D | sanitizer_symbolizer_libcdep.cpp | 179 *module_offset = address - module->base_address(); in FindModuleNameAndOffsetForAddress()
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/dynamic_hsa/ |
| H A D | hsa.h | 160 void *base_address; member 162 void *base_address; member 166 void *base_address; member
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | DynamicLoader.h | 247 virtual bool GetSharedCacheInformation(lldb::addr_t &base_address, UUID &uuid, in GetSharedCacheInformation() argument 250 base_address = LLDB_INVALID_ADDRESS; in GetSharedCacheInformation()
|
| /llvm-project-15.0.7/libcxxabi/src/ |
| H A D | cxa_guard_impl.h | 437 … base_address(reinterpret_cast<int*>(/*_init_byte_address & ~0x3*/ _init_byte_address - 1)) {} in InitByteFutex() 506 …void wait_on_initialization() { Wait(base_address, expected_value_for_futex(PENDING_BIT | WAITING_… in wait_on_initialization() 507 void wake_all() { Wake(base_address); } in wake_all() 519 int* const base_address; member
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | Symbol.cpp | 265 const Address &base_address = m_addr_range.GetBaseAddress(); in GetPrologueByteSize() local 266 Function *function = base_address.CalculateSymbolContextFunction(); in GetPrologueByteSize() 273 ModuleSP module_sp(base_address.GetModule()); in GetPrologueByteSize() 277 base_address, eSymbolContextLineEntry, sc); in GetPrologueByteSize() 283 Address addr(base_address); in GetPrologueByteSize()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.cpp | 1579 uint32_t base_address = ReadRegisterUnsigned( in Emulate_SWM16_32() local 1585 base_address = base_address + offset; in Emulate_SWM16_32() 1621 if (!WriteMemory(context, base_address, buffer, reg_info_src.byte_size)) in Emulate_SWM16_32() 1625 base_address = base_address + reg_info_src.byte_size; in Emulate_SWM16_32() 1643 uint32_t base_address = ReadRegisterUnsigned( in Emulate_LWSP() local 1648 base_address = base_address + imm5; in Emulate_LWSP() 1655 base_address); in Emulate_LWSP() 1667 context.SetAddress(base_address); in Emulate_LWSP() 1698 uint32_t base_address = ReadRegisterUnsigned( in Emulate_LWM16_32() local 1703 base_address = base_address + imm; in Emulate_LWM16_32() [all …]
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectSource.cpp | 400 const Address &base_address = sc.symbol->GetAddressRef(); in DumpLinesInFunctions() local 401 Function *function = base_address.CalculateSymbolContextFunction(); in DumpLinesInFunctions() 426 const Address &base_address = range.GetBaseAddress(); in DumpLinesInFunctions() local 428 lldb::addr_t start_addr = base_address.GetLoadAddress(target); in DumpLinesInFunctions() 430 start_addr = base_address.GetFileAddress(); in DumpLinesInFunctions() 940 const Address &base_address = sc.symbol->GetAddressRef(); in DoExecute() local 941 Function *function = base_address.CalculateSymbolContextFunction(); in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderMacOS.cpp | 522 lldb::addr_t &base_address, UUID &uuid, LazyBool &using_shared_cache, in GetSharedCacheInformation() argument 524 base_address = LLDB_INVALID_ADDRESS; in GetSharedCacheInformation() 543 base_address = info_dict->GetValueForKey("shared_cache_base_address") in GetSharedCacheInformation()
|
| H A D | DynamicLoaderMacOS.h | 58 lldb::addr_t &base_address, lldb_private::UUID &uuid,
|
| H A D | DynamicLoaderMacOSXDYLD.h | 62 lldb::addr_t &base_address, lldb_private::UUID &uuid,
|
| H A D | DynamicLoaderMacOSXDYLD.cpp | 1057 lldb::addr_t &base_address, UUID &uuid, LazyBool &using_shared_cache, in GetSharedCacheInformation() argument 1059 base_address = LLDB_INVALID_ADDRESS; in GetSharedCacheInformation() 1107 base_address = m_process->ReadUnsignedIntegerFromMemory( in GetSharedCacheInformation() 1111 base_address = LLDB_INVALID_ADDRESS; in GetSharedCacheInformation()
|
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A D | lsan_common_linux.cpp | 36 return module.base_address() == getauxval(AT_BASE); in IsLinker()
|
| /llvm-project-15.0.7/compiler-rt/lib/stats/ |
| H A D | stats.cpp | 74 WriteLE(stats_fd, s->addr - mod->base_address()); in WriteModuleReport()
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/DWARF/ |
| H A D | debug-rnglists.yaml | 332 # RUN: not yaml2obj -DOPERATOR=base_address -DVALUES=[0x01] --docnum=6 %s 2>&1 | \ 333 # RUN: FileCheck -DOPERATOR=base_address %s --check-prefix=INVALID-ADDRSIZE 398 # RUN: not yaml2obj -DOPERATOR=base_address -DVALUES=[0x01,0x02] --docnum=8 %s 2>&1 | \ 399 # RUN: FileCheck -DOPERATOR=base_address -DACTUAL=2 -DEXPECTED=1 %s --check-prefix=INVALID-OPERAN…
|
| H A D | debug-loclists.yaml | 471 # RUN: not yaml2obj -DOPERATOR=base_address -DVALUES=[0x01] --docnum=7 %s 2>&1 | \ 472 # RUN: FileCheck -DOPERATOR=base_address %s --check-prefix=INVALID-ADDRSIZE 516 # RUN: not yaml2obj -DOPERATOR=base_address -DVALUES=[0x01,0x02] --docnum=8 %s 2>&1 | \ 517 # RUN: FileCheck -DOPERATOR=base_address -DACTUAL=2 -DEXPECTED=1 %s --check-prefix=INVALID-LLE-OP…
|
| /llvm-project-15.0.7/bolt/test/X86/Inputs/ |
| H A D | dwarf4-split-dwarf-no-address-helper.s | 1 # Manually modified to remove low_pc/high_pc and base_address
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 3979 const addr_t base_address = in EmulateLDM() local 5233 offset_addr = base_address + imm32; in EmulateSTRThumb() 5235 offset_addr = base_address - imm32; in EmulateSTRThumb() 5241 address = base_address; in EmulateSTRThumb() 5405 addr_t base_address = in EmulateSTRRegister() local 5430 address = base_address; in EmulateSTRRegister() 5563 addr_t base_address = in EmulateSTRBThumb() local 5570 offset_addr = base_address + imm32; in EmulateSTRBThumb() 5572 offset_addr = base_address - imm32; in EmulateSTRBThumb() 5578 address = base_address; in EmulateSTRBThumb() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 1073 HANDLE_DW_RLE(0x05, base_address) 1084 HANDLE_DW_LLE(0x06, base_address)
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/ |
| H A D | rtl.cpp | 1439 (hsa_kernel_dispatch_packet_t *)Queue->base_address + (PacketId & Mask); in runRegionLocked()
|