Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp262 return ReadJITDescriptorImpl<uint64_t>(all_entries); in ReadJITDescriptor()
264 return ReadJITDescriptorImpl<uint32_t>(all_entries); in ReadJITDescriptor()
268 bool JITLoaderGDB::ReadJITDescriptorImpl(bool all_entries) { in ReadJITDescriptorImpl() function in JITLoaderGDB
H A DJITLoaderGDB.h67 template <typename ptr_t> bool ReadJITDescriptorImpl(bool all_entries);