/llvm-project/lldb/source/Core/ |
H A D | AddressRange.cpp | 34 AddressRange::AddressRange(addr_t file_addr, addr_t byte_size, in AddressRange() 70 addr_t file_addr = addr.GetFileAddress(); in ContainsFileAddress() local
|
H A D | Section.cpp | 160 Section(const ModuleSP & module_sp,ObjectFile * obj_file,user_id_t sect_id,ConstString name,SectionType sect_type,addr_t file_addr,addr_t byte_size,lldb::offset_t file_offset,lldb::offset_t file_size,uint32_t log2align,uint32_t flags,uint32_t target_byte_size) Section() argument 176 Section(const lldb::SectionSP & parent_section_sp,const ModuleSP & module_sp,ObjectFile * obj_file,user_id_t sect_id,ConstString name,SectionType sect_type,addr_t file_addr,addr_t byte_size,lldb::offset_t file_offset,lldb::offset_t file_size,uint32_t log2align,uint32_t flags,uint32_t target_byte_size) Section() argument 205 SetFileAddress(lldb::addr_t file_addr) SetFileAddress() argument 265 const addr_t file_addr = GetFileAddress(); ContainsFileAddress() local [all...] |
H A D | Address.cpp | 459 if (file_addr == LLDB_INVALID_ADDRESS) { in Dump() local 250 ResolveAddressUsingFileSections(addr_t file_addr,const SectionList * section_list) ResolveAddressUsingFileSections() argument 731 addr_t file_addr = GetFileAddress(); Dump() local [all...] |
H A D | Value.cpp | 667 lldb::addr_t file_addr = GetScalar().ULongLong(LLDB_INVALID_ADDRESS); ConvertToLoadAddress() local
|
/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | ObjectFileBreakpad.h | 70 AddressClass GetAddressClass(lldb::addr_t file_addr) override { in GetAddressClass()
|
/llvm-project/lldb/unittests/ObjectFile/PECOFF/ |
H A D | TestPECallFrameInfo.cpp | 32 void PECallFrameInfoTest::GetUnwindPlan(addr_t file_addr, UnwindPlan &plan) const { in GetUnwindPlan()
|
/llvm-project/lldb/source/API/ |
H A D | SBSection.cpp | 121 lldb::addr_t file_addr = LLDB_INVALID_ADDRESS; in GetFileAddress() local 254 const addr_t file_addr = section_sp->GetFileAddress(); in GetDescription() local
|
/llvm-project/lldb/examples/lookup/ |
H A D | main.cpp | 170 lldb::addr_t file_addr = strtoull(addr_cstr, NULL, 0); in main() local
|
/llvm-project/lldb/source/Symbol/ |
H A D | LineTable.cpp | 39 void LineTable::InsertLineEntry(lldb::addr_t file_addr, uint32_t line, in InsertLineEntry() argument 70 LineSequence *sequence, lldb::addr_t file_addr, uint32_t line, in AppendLineEntryToSequence() argument 270 addr_t file_addr = entry.file_addr; ConvertEntryAtIndexToLineEntry() local [all...] |
H A D | UnwindTable.cpp | 168 addr_t file_addr = addr.GetFileAddress(); GetFuncUnwindersContainingAddress() local
|
H A D | ArmUnwindInfo.cpp | 59 lldb::addr_t file_addr = exidx_base_addr + offset; in ArmUnwindInfo() local
|
H A D | Symtab.cpp | 903 const addr_t file_addr; member 1029 Symbol *Symtab::FindSymbolAtFileAddress(addr_t file_addr) { in FindSymbolAtFileAddress() argument 1044 Symbol *Symtab::FindSymbolContainingFileAddress(addr_t file_addr) { in FindSymbolContainingFileAddress() argument 1061 addr_t file_addr, std::function<bool(Symbol *)> const &callback) { in ForEachSymbolContainingFileAddress() argument [all...] |
H A D | Variable.cpp | 451 const addr_t file_addr = address.GetFileAddress(); DumpLocations() local
|
H A D | ObjectFile.cpp | 304 AddressClass ObjectFile::GetAddressClass(addr_t file_addr) { in GetAddressClass() argument
|
/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.h | 78 AddressClass GetAddressClass(lldb::addr_t file_addr) override { in GetAddressClass()
|
/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
H A D | ObjectFileJSON.h | 67 AddressClass GetAddressClass(lldb::addr_t file_addr) override { in GetAddressClass()
|
/llvm-project/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 373 Update_DW_OP_addr(const DWARFUnit * dwarf_cu,lldb::addr_t file_addr) Update_DW_OP_addr() argument 784 ResolveLoadAddress(ExecutionContext * exe_ctx,lldb::ModuleSP & module_sp,const char * dw_op_type,lldb::addr_t file_addr,Address & so_addr,bool check_sectionoffset=false) ResolveLoadAddress() argument 971 auto file_addr = stack.back().GetScalar().ULongLong( Evaluate() local 1088 auto file_addr = Evaluate() local [all...] |
H A D | DWARFExpressionList.cpp | 144 DumpLocations(Stream * s,lldb::DescriptionLevel level,lldb::addr_t func_load_addr,lldb::addr_t file_addr,ABI * abi) const DumpLocations() argument
|
/llvm-project/lldb/include/lldb/Symbol/ |
H A D | LineTable.h | 280 lldb::addr_t file_addr = LLDB_INVALID_ADDRESS; member
|
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
H A D | ObjectFileMachO.cpp | 1132 GetAddressClass(lldb::addr_t file_addr) GetAddressClass() argument 1965 GetSection(uint8_t n_sect,addr_t file_addr) GetSection() argument 2252 __anone066407a0402(lldb::addr_t file_addr) ParseSymtab() argument [all...] |
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
H A D | ObjectFilePECOFF.cpp | 1181 addr_t file_addr = m_coff_header_opt.entry + m_coff_header_opt.image_base; GetEntryPointAddress() local
|
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 757 GetAddressClass(addr_t file_addr) GetAddressClass() argument 3152 __anonc19d6f6b0302(lldb::addr_t file_addr, uint32_t size, dw_offset_t) ParseUnwindSymbols() argument
|
/llvm-project/lldb/source/Target/ |
H A D | Target.cpp | 483 CreateAddressInModuleBreakpoint(lldb::addr_t file_addr,bool internal,const FileSpec & file_spec,bool request_hardware) CreateAddressInModuleBreakpoint() argument 1847 addr_t file_addr = LLDB_INVALID_ADDRESS; ReadMemory() local 3109 ResolveFileAddress(lldb::addr_t file_addr,Address & resolved_addr) ResolveFileAddress() argument
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionDeclMap.cpp | 1941 lldb::addr_t file_addr = fun_address.GetFileAddress(); in AddOneFunction() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARFDebugMap.cpp | 327 lldb::addr_t file_addr = symbol->GetAddressRef().GetFileAddress(); InitOSO() local
|