Home
last modified time | relevance | path

Searched refs:actual_file_size (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp206 const lldb::offset_t actual_file_size = in GetModuleSpecifications() local
208 if (actual_file_size > file_offset) in GetModuleSpecifications()
209 file_size = actual_file_size - file_offset; in GetModuleSpecifications()