Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp68 data_sp = MapFileData(*file, length, file_offset); in CreateInstance()
80 data_sp = MapFileData(*file, length, file_offset); in CreateInstance()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp101 data_sp = MapFileData(*file, length, file_offset); in CreateInstance()
120 data_sp = MapFileData(*file, length, file_offset); in CreateInstance()
398 auto buffer_sp = MapFileData(m_file, size, offset); in ReadImageData()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h725 static lldb::DataBufferSP MapFileData(const FileSpec &file, uint64_t Size,
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp654 DataBufferSP ObjectFile::MapFileData(const FileSpec &file, uint64_t Size, in MapFileData() function in ObjectFile
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp354 data_sp = MapFileData(*file, length, file_offset); in CreateInstance()
371 data_sp = MapFileData(*file, length, file_offset); in CreateInstance()
561 data_sp = MapFileData(file, -1, file_offset); in GetModuleSpecifications()