Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/lli/
H A DExecutionUtils.cpp
H A Dlli.cpp856 ToolOutput.os().write(NewEntry->symfile_addr, NewEntry->symfile_size); in createObjDebugDumper()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp35 uint64_t symfile_size; member
188 JITCodeEntry->symfile_size = Size; in notifyObjectLoaded()
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp48 uint64_t symfile_size;
143 entry->symfile_size = extractor.GetU64(&offset); in ReadJITEntry()
317 const size_t &symbolfile_size = (size_t)jit_entry.symfile_size; in ReadJITDescriptorImpl()
47 uint64_t symfile_size; global() member
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderGDB.cpp60 E->symfile_size = Size; in appendJITDebugDescriptor()