Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h163 MapFileDataWritable(const lldb_private::FileSpec &file, uint64_t Size,
H A DObjectFileELF.cpp356 data_sp = MapFileDataWritable(*file, length, file_offset); in CreateInstance()
374 data_sp = MapFileDataWritable(*file, length, file_offset); in CreateInstance()
3442 ObjectFileELF::MapFileDataWritable(const FileSpec &file, uint64_t Size, in MapFileDataWritable() function in ObjectFileELF