Searched refs:file_address (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DArmUnwindInfo.h46 uint32_t file_address; member in struct:lldb_private::ArmUnwindInfo::ArmExidxEntry
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectMemory.cpp61 lldb::addr_t file_address = m_address.GetFileAddress(); local
62 if (file_address != LLDB_INVALID_ADDRESS) {
64 m_value.GetScalar() = file_address;
93 lldb::addr_t file_address = m_address.GetFileAddress(); local
94 if (file_address != LLDB_INVALID_ADDRESS) {
96 m_value.GetScalar() = file_address;
/freebsd-11-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c70 uint64_t file_address; member in struct:symbol
75 return (int)((struct symbol *)a)->file_address -
76 ((struct symbol *)b)->file_address;
331 baton->symbols[baton->symbols_count].file_address = nlist.n_value;
333 baton->symbols[baton->symbols_count].file_address =
334 baton->symbols[baton->symbols_count].file_address & ~1;
361 baton->symbols[baton->symbols_count].file_address = nlist.n_value;
363 baton->symbols[baton->symbols_count].file_address =
364 baton->symbols[baton->symbols_count].file_address & ~1;
419 search_key.file_address
1172 uint64_t file_address = baton.first_level_index_entry.functionOffset + local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp403 Address file_address; local
404 if (module_sp->ResolveFileAddress(file_addr, file_address)) {
410 file_address, eSymbolContextEverything, sc,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DArmUnwindInfo.cpp42 : file_address(f), address(a), data(d) {}
367 addr_t data_file_addr = it->file_address + 4 + Prel31ToAddr(it->data);
H A DVariable.cpp320 addr_t file_address = frame->GetFrameCodeAddress().GetFileAddress();
321 return m_scope_range.FindEntryThatContains(file_address) != nullptr;

Completed in 129 milliseconds