Searched refs:MapFileData (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.cpp | 206 data_sp = MapFileData(*file, length, file_offset); in CreateInstance() 218 data_sp = MapFileData(*file, length, file_offset); in CreateInstance()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 803 static lldb::DataBufferSP MapFileData(const FileSpec &file, uint64_t Size,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 685 DataBufferSP ObjectFile::MapFileData(const FileSpec &file, uint64_t Size, in MapFileData() function in ObjectFile
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 413 data_sp = MapFileData(*file, length, file_offset); in CreateInstance() 430 data_sp = MapFileData(*file, length, file_offset); in CreateInstance() 679 data_sp = MapFileData(file, -1, file_offset); in GetModuleSpecifications()
|