Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h164 MapFileDataWritable(const lldb_private::FileSpec &file, uint64_t Size,
H A DObjectFileELF.cpp373 data_sp = MapFileDataWritable(*file, length, file_offset); in CreateInstance()
391 data_sp = MapFileDataWritable(*file, length, file_offset); in CreateInstance()
3702 ObjectFileELF::MapFileDataWritable(const FileSpec &file, uint64_t Size, in MapFileDataWritable() function in ObjectFileELF