Searched refs:target_address (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_local_address_space_view.h | 42 static const T *Load(const T *target_address, uptr num_elements = 1) { 45 return target_address; 68 static T *LoadWritable(T *target_address, uptr num_elements = 1) { 71 return target_address;
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | client_channel_channelz.cc | 33 SubchannelNode::SubchannelNode(std::string target_address, in SubchannelNode() argument 35 : BaseNode(EntityType::kSubchannel, target_address), in SubchannelNode() 36 target_(std::move(target_address)), in SubchannelNode()
|
D | client_channel_channelz.h | 36 SubchannelNode(std::string target_address, size_t channel_tracer_max_nodes);
|
/external/llvm-project/lldb/source/Expression/ |
D | Materializer.cpp | 367 lldb::addr_t target_address; in DumpToLog() local 369 map.ReadPointerFromMemory(&target_address, load_addr, err); in DumpToLog() 377 map.ReadMemory(data.GetBytes(), target_address, in DumpToLog() 384 target_address); in DumpToLog()
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeRegisterContextLinux_mips64.cpp | 1017 void *target_address = ((uint8_t *)®s) + offset + in Read_SR_Config() local 1019 value.SetUInt(*(uint32_t *)target_address, size); in Read_SR_Config()
|
/external/vixl/src/aarch64/ |
D | disasm-aarch64.cc | 10580 const void *target_address = reinterpret_cast<const void *>(instr + offset); in SubstituteBranchTargetField() local 10585 AppendCodeRelativeCodeAddressToOutput(instr, target_address); in SubstituteBranchTargetField()
|