Searched defs:file_addr (Results 1 - 19 of 19) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DAddressRange.cpp25 AddressRange::AddressRange (addr_t file_addr, addr_t byte_size, const SectionList *section_list) : argument
[all...]
H A DValueObjectVariable.cpp206 lldb::addr_t file_addr = m_value.GetScalar().ULongLong(LLDB_INVALID_ADDRESS); local
H A DSection.cpp103 Section::SetFileAddress (lldb::addr_t file_addr) argument
19 Section(const ModuleSP &module_sp, ObjectFile *obj_file, user_id_t sect_id, const 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 flags) argument
49 Section(const lldb::SectionSP &parent_section_sp, const ModuleSP &module_sp, ObjectFile *obj_file, user_id_t sect_id, const 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 flags) argument
178 const addr_t file_addr = GetFileAddress(); local
[all...]
H A DAddress.cpp241 Address::ResolveAddressUsingFileSections (addr_t file_addr, const SectionList *section_list) argument
440 addr_t file_addr = GetFileAddress(); local
H A DIOHandler.cpp4771 const lldb::addr_t file_addr = bp_loc_sp->GetAddress().GetFileAddress(); local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DUnwindTable.cpp79 addr_t file_addr = addr.GetFileAddress(); local
H A DDWARFCallFrameInfo.cpp88 DWARFCallFrameInfo::GetFDEEntryByFileAddress (addr_t file_addr, FDEEntryMap::Entry &fde_entry) argument
H A DObjectFile.cpp337 ObjectFile::GetAddressClass (addr_t file_addr) argument
H A DLineTable.cpp38 InsertLineEntry( lldb::addr_t file_addr, uint32_t line, uint16_t column, uint16_t file_idx, bool is_start_of_statement, bool is_start_of_basic_block, bool is_prologue_end, bool is_epilogue_begin, bool is_terminal_entry ) argument
82 AppendLineEntryToSequence( LineSequence* sequence, lldb::addr_t file_addr, uint32_t line, uint16_t column, uint16_t file_idx, bool is_start_of_statement, bool is_start_of_basic_block, bool is_prologue_end, bool is_epilogue_begin, bool is_terminal_entry ) argument
[all...]
H A DVariable.cpp496 const addr_t file_addr = address.GetFileAddress(); local
H A DSymtab.cpp863 const addr_t file_addr; member in struct:__anon3813
925 FindIndexPtrForSymbolContainingAddress(Symtab* symtab, addr_t file_addr, const uint32_t* indexes, uint32_t num_indexes) argument
1032 Symtab::FindSymbolContainingFileAddress (addr_t file_addr, const uint32_t* indexes, uint32_t num_indexes) argument
1071 Symtab::FindSymbolContainingFileAddress (addr_t file_addr) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBSection.cpp137 lldb::addr_t file_addr = LLDB_INVALID_ADDRESS; local
280 const addr_t file_addr = section_sp->GetFileAddress(); local
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DLineTable.h364 lldb::addr_t file_addr; ///< Th member in struct:lldb_private::LineTable::Entry
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp1061 DWARFExpression::Update_DW_OP_addr (lldb::addr_t file_addr) argument
H A DClangExpressionDeclMap.cpp1949 lldb::addr_t file_addr = fun_address->GetFileAddress(); local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1609 const addr_t file_addr = range.GetBaseAddress().GetFileAddress(); local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp385 lldb::addr_t file_addr = symbol->GetAddress().GetFileAddress(); local
393 lldb::addr_t file_addr = symbol->GetAddress().GetFileAddress(); local
/freebsd-10-stable/sys/kern/
H A Dimgact_elf.c489 vm_offset_t file_addr; local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp1309 addr_t file_addr = LLDB_INVALID_ADDRESS; local

Completed in 319 milliseconds