Home
last modified time | relevance | path

Searched defs:address (Results 1 – 25 of 147) sorted by relevance

123456

/llvm-project/llvm/test/tools/llvm-xray/X86/Inputs/
H A Dsimple-instrmap.yaml4 - { id: 1, address: 0x1, function: 0x1, kind: function-enter, always-instrument: true} key
5 - { id: 1, address: 0x2, function: 0x1, kind: function-exit, always-instrument: true} key
6 - { id: 2, address: 0x2, function: 0x2, kind: function-enter, always-instrument: true} key
7 - { id: 2, address: 0x3, function: 0x2, kind: function-exit, always-instrument: true} key
8 - { id: 3, address: 0x3, function: 0x3, kind: function-enter, always-instrument: true} key
9 - { id: 3, address: 0x4, function: 0x3, kind: function-exit, always-instrument: true} key
10 - { id: 4, address: 0x4, function: 0x4, kind: function-enter, always-instrument: true} key
11 - { id: 4, address: 0x5, function: 0x4, kind: function-exit, always-instrument: true} key
12 - { id: 5, address: 0x5, function: 0x5, kind: function-enter, always-instrument: true} key
13 - { id: 5, address: 0x6, function: 0x5, kind: function-exit, always-instrument: true} key
[all …]
H A Dsimple-xray-instrmap.yaml2 - { id: 1, address: 0x000000000041CA40, function: 0x000000000041CA40, kind: function-enter, always-… key
3 - { id: 1, address: 0x000000000041CA50, function: 0x000000000041CA40, kind: tail-exit, always-instr… key
4 - { id: 2, address: 0x000000000041CA70, function: 0x000000000041CA70, kind: function-enter, always-… key
5 - { id: 2, address: 0x000000000041CA7C, function: 0x000000000041CA70, kind: tail-exit, always-instr… key
6 - { id: 3, address: 0x000000000041CAA0, function: 0x000000000041CAA0, kind: function-enter, always-… key
7 - { id: 3, address: 0x000000000041CAB4, function: 0x000000000041CAA0, kind: function-exit, always-i… key
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mach_vm.cpp22 static bool intersects_with_shadow(mach_vm_address_t address, in intersects_with_shadow()
30 mach_vm_address_t *address, mach_vm_size_t size, int flags) { in TSAN_INTERCEPTOR()
43 mach_vm_address_t address, mach_vm_size_t size) { in TSAN_INTERCEPTOR()
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dinternal_symbolizer.cpp41 void *address; member
47 void *address = GetPC(); in InlineFunction() local
53 void *address = GetPC(); in NoInlineFunction() local
76 GetModuleAndOffset(const void *address) { in GetModuleAndOffset()
155 void *address = GetPC(); in TestFrame() local
/llvm-project/lldb/source/Core/
H A DValueObjectConstResult.cpp
H A DValueObjectMemory.cpp
H A DAddress.cpp64 const Address &address, void *dst, size_t dst_len) { in ReadBytes() argument
79 const Address &address, in GetByteOrderAndAddressSize() argument
104 const Address &address, uint32_t byte_size, in ReadUIntMax64() argument
128 const Address &address, uint32_t pointer_size, in ReadAddress() argument
164 DumpUInt(ExecutionContextScope * exe_scope,const Address & address,uint32_t byte_size,Stream * strm) DumpUInt() argument
193 ReadCStringFromMemory(ExecutionContextScope * exe_scope,const Address & address,Stream * strm) ReadCStringFromMemory() argument
237 Address(addr_t address,const SectionList * section_list) Address() argument
[all...]
/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedProcessInterface.h40 GetMemoryRegionContainingAddress(lldb::addr_t address,Status & error) GetMemoryRegionContainingAddress() argument
53 ReadMemoryAtAddress(lldb::addr_t address,size_t size,Status & error) ReadMemoryAtAddress() argument
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A Dstack_logging.h
H A DMachVMMemory.cpp118 nub_bool_t MachVMMemory::GetMemoryRegionInfo(task_t task, nub_addr_t address, in GetMemoryRegionInfo()
210 nub_size_t MachVMMemory::Read(task_t task, nub_addr_t address, void *data, in Read()
253 nub_size_t MachVMMemory::Write(task_t task, nub_addr_t address, in Write()
301 nub_size_t MachVMMemory::WriteRegion(task_t task, const nub_addr_t address, in WriteRegion()
/llvm-project/clang/test/CodeGenObjC/
H A Dno-sanitize.m6 - (void) im0: (int) a0 __attribute__((no_sanitize("address"))) { argument
/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h215 lldb::addr_t address, uint32_t size, in MemARead()
233 lldb::addr_t address, uint64_t data_val, uint32_t size) in MemAWrite()
252 lldb::addr_t address, uint32_t size, in MemURead()
270 lldb::addr_t address, uint64_t data_val, uint32_t size) in MemUWrite()
/llvm-project/clang/test/CodeGen/X86/
H A Dwaitpkg.c9 void test_umonitor(void *address) { in test_umonitor()
/llvm-project/lldb/test/API/functionalities/signal/handle-segv/
H A Dmain.c11 void *address; variable
/llvm-project/lldb/test/API/macosx/lc-note/firmware-corefile/
H A Dcreate-empty-corefile.cpp22 uint64_t address; member
88 int payload_file_offset, std::string uuid, uint64_t address) { in add_lc_note_kern_ver_str_load_command() argument
130 int payload_file_offset, std::string uuidstr, uint64_t address, in add_lc_note_main_bin_spec_load_command() argument
326 uint64_t address = strtoull(argv[4], NULL, 16); main() local
[all...]
/llvm-project/lldb/examples/synthetic/recognizer_function/
H A Dprogram.cpp53 std::string address() { return address_; } in address() function in Customer
63 void set_address(std::string address) { in set_address()
/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp224 ChangeMemoryProtection(uptr address,uptr size,DWORD * old_protection) ChangeMemoryProtection() argument
231 RestoreMemoryProtection(uptr address,uptr size,DWORD old_protection) RestoreMemoryProtection() argument
238 IsMemoryPadding(uptr address,uptr size) IsMemoryPadding() argument
251 FunctionHasPrefix(uptr address,const T & pattern) FunctionHasPrefix() argument
259 FunctionHasPadding(uptr address,uptr size) FunctionHasPadding() argument
348 uptr address = image_address; AllocateTrampolineRegion() local
460 GetInstructionSize(uptr address,size_t * rel_offset=nullptr) GetInstructionSize() argument
722 RoundUpToInstrBoundary(size_t size,uptr address) RoundUpToInstrBoundary() argument
[all...]
/llvm-project/lldb/include/lldb/Symbol/
H A DArmUnwindInfo.h47 lldb::addr_t address; member
/llvm-project/lldb/source/Target/
H A DThreadPlanRunToAddress.cpp23 ThreadPlanRunToAddress::ThreadPlanRunToAddress(Thread &thread, Address &address, in ThreadPlanRunToAddress()
34 lldb::addr_t address, in ThreadPlanRunToAddress()
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedProcessPythonInterface.cpp77 GetMemoryRegionContainingAddress(lldb::addr_t address,Status & error) GetMemoryRegionContainingAddress() argument
119 ReadMemoryAtAddress(lldb::addr_t address,size_t size,Status & error) ReadMemoryAtAddress() argument
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.h113 lldb::addr_t address; member
/llvm-project/lldb/include/lldb/Expression/
H A DUtilityFunction.h77 bool ContainsAddress(lldb::addr_t address) { in ContainsAddress()
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.h67 lldb::addr_t address; // Breakpoint/watchpoint address value. global() member
/llvm-project/lldb/tools/debugserver/source/
H A DRNBSocket.cpp61 for (auto address : addresses) { in Listen() local
196 for (auto address : addresses) { in Connect() local
/llvm-project/lldb/source/API/
H A DSBAddress.cpp28 SBAddress::SBAddress(const Address &address) in SBAddress()
96 void SBAddress::SetAddress(const Address &address) { ref() = address; } in SetAddress()

123456