Home
last modified time | relevance | path

Searched defs:file_addr (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project/lldb/source/Core/
H A DAddressRange.cpp34 AddressRange::AddressRange(addr_t file_addr, addr_t byte_size, in AddressRange()
70 addr_t file_addr = addr.GetFileAddress(); in ContainsFileAddress() local
H A DSection.cpp160 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 DAddress.cpp459 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 DValue.cpp667 lldb::addr_t file_addr = GetScalar().ULongLong(LLDB_INVALID_ADDRESS); ConvertToLoadAddress() local
/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h70 AddressClass GetAddressClass(lldb::addr_t file_addr) override { in GetAddressClass()
/llvm-project/lldb/unittests/ObjectFile/PECOFF/
H A DTestPECallFrameInfo.cpp32 void PECallFrameInfoTest::GetUnwindPlan(addr_t file_addr, UnwindPlan &plan) const { in GetUnwindPlan()
/llvm-project/lldb/source/API/
H A DSBSection.cpp121 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 Dmain.cpp170 lldb::addr_t file_addr = strtoull(addr_cstr, NULL, 0); in main() local
/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp39 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 DUnwindTable.cpp168 addr_t file_addr = addr.GetFileAddress(); GetFuncUnwindersContainingAddress() local
H A DArmUnwindInfo.cpp59 lldb::addr_t file_addr = exidx_base_addr + offset; in ArmUnwindInfo() local
H A DSymtab.cpp903 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 DVariable.cpp451 const addr_t file_addr = address.GetFileAddress(); DumpLocations() local
H A DObjectFile.cpp304 AddressClass ObjectFile::GetAddressClass(addr_t file_addr) { in GetAddressClass() argument
/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h78 AddressClass GetAddressClass(lldb::addr_t file_addr) override { in GetAddressClass()
/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.h67 AddressClass GetAddressClass(lldb::addr_t file_addr) override { in GetAddressClass()
/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp373 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 DDWARFExpressionList.cpp144 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 DLineTable.h280 lldb::addr_t file_addr = LLDB_INVALID_ADDRESS; member
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1132 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 DObjectFilePECOFF.cpp1181 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 DObjectFileELF.cpp757 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 DTarget.cpp483 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 DClangExpressionDeclMap.cpp1941 lldb::addr_t file_addr = fun_address.GetFileAddress(); in AddOneFunction() local
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp327 lldb::addr_t file_addr = symbol->GetAddressRef().GetFileAddress(); InitOSO() local

12