/external/llvm-project/lldb/source/Core/ |
D | AddressRange.cpp | 32 AddressRange::AddressRange(addr_t file_addr, addr_t byte_size, in AddressRange() 69 addr_t file_addr = addr.GetFileAddress(); in ContainsFileAddress() local
|
D | Section.cpp | 156 SectionType sect_type, addr_t file_addr, addr_t byte_size, in Section() 178 SectionType sect_type, addr_t file_addr, addr_t byte_size, in Section() 215 bool Section::SetFileAddress(lldb::addr_t file_addr) { in SetFileAddress() 275 const addr_t file_addr = GetFileAddress(); in ContainsFileAddress() local
|
D | Address.cpp | 247 bool Address::ResolveAddressUsingFileSections(addr_t file_addr, in ResolveAddressUsingFileSections() 441 addr_t file_addr = GetFileAddress(); in Dump() local
|
D | Value.cpp | 650 lldb::addr_t file_addr = GetScalar().ULongLong(LLDB_INVALID_ADDRESS); in ConvertToLoadAddress() local
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
D | ObjectFileBreakpad.h | 72 AddressClass GetAddressClass(lldb::addr_t file_addr) override { in GetAddressClass()
|
/external/llvm-project/lldb/source/API/ |
D | SBSection.cpp | 127 lldb::addr_t file_addr = LLDB_INVALID_ADDRESS; in GetFileAddress() local 281 const addr_t file_addr = section_sp->GetFileAddress(); in GetDescription() local
|
/external/llvm-project/lldb/unittests/ObjectFile/PECOFF/ |
D | TestPECallFrameInfo.cpp | 32 void PECallFrameInfoTest::GetUnwindPlan(addr_t file_addr, UnwindPlan &plan) const { in GetUnwindPlan()
|
/external/llvm-project/lldb/source/Symbol/ |
D | LineTable.cpp | 39 void LineTable::InsertLineEntry(lldb::addr_t file_addr, uint32_t line, in InsertLineEntry() 70 LineSequence *sequence, lldb::addr_t file_addr, uint32_t line, in AppendLineEntryToSequence() 270 addr_t file_addr = entry.file_addr; in ConvertEntryAtIndexToLineEntry() local
|
D | UnwindTable.cpp | 122 addr_t file_addr = addr.GetFileAddress(); in GetFuncUnwindersContainingAddress() local
|
D | Symtab.cpp | 820 const addr_t file_addr; member 943 Symbol *Symtab::FindSymbolAtFileAddress(addr_t file_addr) { in FindSymbolAtFileAddress() 958 Symbol *Symtab::FindSymbolContainingFileAddress(addr_t file_addr) { in FindSymbolContainingFileAddress() 975 addr_t file_addr, std::function<bool(Symbol *)> const &callback) { in ForEachSymbolContainingFileAddress()
|
D | ArmUnwindInfo.cpp | 59 lldb::addr_t file_addr = exidx_base_addr + offset; in ArmUnwindInfo() local
|
D | Variable.cpp | 462 const addr_t file_addr = address.GetFileAddress(); in DumpLocationForAddress() local
|
D | ObjectFile.cpp | 316 AddressClass ObjectFile::GetAddressClass(addr_t file_addr) { in GetAddressClass()
|
/external/llvm-project/lldb/examples/lookup/ |
D | main.cpp | 170 lldb::addr_t file_addr = strtoull(addr_cstr, NULL, 0); in main() local
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
D | ObjectFileWasm.h | 78 AddressClass GetAddressClass(lldb::addr_t file_addr) override { in GetAddressClass()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | LineTable.h | 284 lldb::addr_t file_addr; member
|
/external/llvm-project/lldb/source/Expression/ |
D | DWARFExpression.cpp | 451 bool DWARFExpression::Update_DW_OP_addr(lldb::addr_t file_addr) { in Update_DW_OP_addr() 1045 auto file_addr = stack.back().GetScalar().ULongLong( in Evaluate() local
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARFDebugMap.cpp | 318 lldb::addr_t file_addr = symbol->GetAddressRef().GetFileAddress(); in InitOSO() local 326 lldb::addr_t file_addr = symbol->GetAddressRef().GetFileAddress(); in InitOSO() local
|
D | SymbolFileDWARF.cpp | 779 lldb::addr_t SymbolFileDWARF::FixupAddress(lldb::addr_t file_addr) { in FixupAddress() 1790 lldb::addr_t file_addr = in GetGlobalAranges() local
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | ObjectFilePECOFF.cpp | 956 addr_t file_addr = m_coff_header_opt.entry + m_coff_header_opt.image_base; in GetEntryPointAddress() local
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 708 AddressClass ObjectFileELF::GetAddressClass(addr_t file_addr) { in GetAddressClass() 2889 lldb::addr_t file_addr, uint32_t size, dw_offset_t) { in ParseUnwindSymbols()
|
/external/llvm-project/lldb/source/Target/ |
D | Target.cpp | 410 Target::CreateAddressInModuleBreakpoint(lldb::addr_t file_addr, bool internal, in CreateAddressInModuleBreakpoint() 1735 addr_t file_addr = LLDB_INVALID_ADDRESS; in ReadMemory() local 2824 bool Target::ResolveFileAddress(lldb::addr_t file_addr, in ResolveFileAddress()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 1085 AddressClass ObjectFileMachO::GetAddressClass(lldb::addr_t file_addr) { in GetAddressClass() 1877 SectionSP GetSection(uint8_t n_sect, addr_t file_addr) { in GetSection() 6094 lldb::addr_t file_addr = header_section->GetFileAddress(); in CalculateSectionLoadAddressForMemoryImage() local
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangExpressionDeclMap.cpp | 1869 lldb::addr_t file_addr = fun_address.GetFileAddress(); in AddOneFunction() local
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | SymbolFileNativePDB.cpp | 947 lldb::addr_t file_addr = addr.GetFileAddress(); in ResolveSymbolContext() local
|