Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp231 uint64_t &vmaddrheuristic, in updateSectionLoadAddress() argument
242 vmaddrheuristic, lower, upper); in updateSectionLoadAddress()
252 vmaddrheuristic += 2 << section_sp->GetLog2Align(); in updateSectionLoadAddress()
254 if (section_sp->GetFileAddress() > vmaddrheuristic) in updateSectionLoadAddress()
268 vmaddrheuristic += section_sp->GetByteSize(); in updateSectionLoadAddress()
345 uint64_t vmaddrheuristic = 0; in ReadJITDescriptorImpl() local
349 symbolfile_size, vmaddrheuristic, lower, in ReadJITDescriptorImpl()