Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp228 uint64_t symbolfile_size, in updateSectionLoadAddress() argument
239 symbolfile_addr, symbolfile_size, in updateSectionLoadAddress()
315 const size_t &symbolfile_size = (size_t)jit_entry.symfile_size; in ReadJITDescriptorImpl() local
322 __FUNCTION__, symbolfile_addr, (uint64_t)symbolfile_size); in ReadJITDescriptorImpl()
327 FileSpec(jit_name), symbolfile_addr, symbolfile_size); in ReadJITDescriptorImpl()
346 symbolfile_size, vmaddrheuristic, lower, in ReadJITDescriptorImpl()