Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp43 data_sp = MapFileData(*file, length, file_offset); in CreateInstance()
54 data_sp = MapFileData(*file, length, file_offset); in CreateInstance()
112 data_sp = MapFileData(file, length, file_offset); in GetModuleSpecifications()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp64 data_sp = MapFileData(*file, length, file_offset); in CreateInstance()
76 data_sp = MapFileData(*file, length, file_offset); in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp98 data_sp = MapFileData(*file, length, file_offset); in CreateInstance()
117 data_sp = MapFileData(*file, length, file_offset); in CreateInstance()
395 auto buffer_sp = MapFileData(m_file, size, offset); in ReadImageData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp53 data_sp = MapFileData(*file, length, file_offset); in CreateInstance()
69 data_sp = MapFileData(*file, length, file_offset); in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp186 ObjectFile::MapFileData(file, header_and_lc_size, file_offset); in ParseHeader()
213 : ObjectFile::MapFileData(m_file, header_and_lc_size, m_offset); in ParseHeader()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h743 static lldb::DataBufferSP MapFileData(const FileSpec &file, uint64_t Size,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp670 DataBufferSP ObjectFile::MapFileData(const FileSpec &file, uint64_t Size, in MapFileData() function in ObjectFile
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp602 data_sp = MapFileData(file, length, file_offset); in GetModuleSpecifications()