Home
last modified time | relevance | path

Searched defs:start_addr (Results 1 – 21 of 21) sorted by relevance

/llvm-project/lldb/include/lldb/Utility/
H A DVMRange.h31 VMRange(lldb::addr_t start_addr, lldb::addr_t end_addr) in VMRange()
43 void Reset(lldb::addr_t start_addr, lldb::addr_t end_addr) { in Reset()
/llvm-project/lldb/unittests/Disassembler/RISCV/
H A DTestMCDisasmInstanceRISCV.cpp58 Address start_addr(0x100); in TEST_F() local
/llvm-project/lldb/unittests/Disassembler/ARM/
H A DTestArm64Disassembly.cpp58 Address start_addr(0x100); in TEST_F() local
H A DTestArmv7Disassembly.cpp66 Address start_addr(0x100); in TEST_F() local
/llvm-project/lldb/source/Commands/
H A DCommandObjectMemoryTag.cpp54 addr_t start_addr = OptionArgParser::ToRawAddress( in DoExecute() local
205 addr_t start_addr = OptionArgParser::ToRawAddress( in DoExecute() local
[all...]
H A DCommandObjectDisassemble.h55 lldb::addr_t start_addr = 0; global() variable
H A DCommandObjectSource.cpp422 lldb::addr_t start_addr = base_address.GetLoadAddress(&target); in DumpLinesInFunctions() local
H A DCommandObjectTarget.cpp3599 addr_t start_addr = range.GetBaseAddress().GetLoadAddress(target); DoExecute() local
/llvm-project/lldb/unittests/Disassembler/x86/
H A DTestGetControlFlowKindx86.cpp126 Address start_addr(0x100); in TEST_F() local
/llvm-project/lldb/tools/debugserver/source/
H A DDNBBreakpoint.cpp99 nub_addr_t start_addr = pos.second.Address(); in FindNearestWatchpoint() local
112 nub_addr_t start_addr = pos.second.Address(); in FindNearestWatchpoint() local
/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp119 Address start_addr = symbol->GetAddress(); GetRecognizerForFrame() local
H A DProcess.cpp2010 DoFindInMemory(lldb::addr_t start_addr,lldb::addr_t end_addr,const uint8_t * buf,size_t size,AddressRanges & matches,size_t alignment,size_t max_matches) DoFindInMemory() argument
2076 const lldb::addr_t start_addr = FindRangesInMemory() local
2116 const lldb::addr_t start_addr = FindInMemory() local
[all...]
/llvm-project/lldb/source/Core/
H A DAddressRange.cpp213 addr_t start_addr = m_base_addr.GetLoadAddress(target); in GetDescription() local
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachVMMemory.cpp137 mach_vm_address_t start_addr = vmRegion.StartAddress(); in GetMemoryRegionInfo() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp495 void *start_addr; GetTls() local
1037 CreateAliases(uptr start_addr,uptr alias_size,uptr num_aliases) CreateAliases() argument
/llvm-project/lldb/examples/python/
H A Dsymbolication.py185 def __init__(self, start_addr=None, end_addr=None, name=None): argument
/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp688 Address start_addr; GetFunctionStartLineEntry() local
/llvm-project/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py763 def __init__(self, name, arch, start_addr, end_addr, module_path, uuid): argument
[all...]
/llvm-project/libcxx/utils/gdb/libcxx/
H A Dprinters.py476 _bucket_it(self, start_addr, start_index, end_index) global() argument
/llvm-project/lldb/source/API/
H A DSBTarget.cpp2024 ReadInstructions(lldb::SBAddress start_addr,lldb::SBAddress end_addr,const char * flavor_string) ReadInstructions() argument
/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify.h4150 void *start_addr; /*!< Section load(relocated) start address */ member