Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/
H A DObjectFileXCOFF.h102 MapFileDataWritable(const lldb_private::FileSpec &file, uint64_t Size,
H A DObjectFileXCOFF.cpp390 ObjectFileXCOFF::MapFileDataWritable(const FileSpec &file, uint64_t Size, in MapFileDataWritable() function in ObjectFileXCOFF
/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.cpp374 data_sp = MapFileDataWritable(*file, length, file_offset); in CreateInstance()
392 data_sp = MapFileDataWritable(*file, length, file_offset); in CreateInstance()
3810 ObjectFileELF::MapFileDataWritable(const FileSpec &file, uint64_t Size, in MapFileDataWritable() function in ObjectFileELF