Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp143 if (DataBufferSP full_sp = MapFileData(file, -1, file_offset)) in GetModuleSpecifications() local
144 data_sp = std::move(full_sp); in GetModuleSpecifications()