Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
DJITLoaderGDB.cpp272 bool JITLoaderGDB::ReadJITDescriptor(bool all_entries) { in ReadJITDescriptor() argument
274 return ReadJITDescriptorImpl<uint64_t>(all_entries); in ReadJITDescriptor()
276 return ReadJITDescriptorImpl<uint32_t>(all_entries); in ReadJITDescriptor()
280 bool JITLoaderGDB::ReadJITDescriptorImpl(bool all_entries) { in ReadJITDescriptorImpl() argument
301 if (all_entries) { in ReadJITDescriptorImpl()
394 if (all_entries) in ReadJITDescriptorImpl()
DJITLoaderGDB.h56 bool ReadJITDescriptor(bool all_entries);
58 template <typename ptr_t> bool ReadJITDescriptorImpl(bool all_entries);