Home
last modified time | relevance | path

Searched defs:buffer_or_error (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSystem.cpp257 auto buffer_or_error = in CreateDataBuffer() local
263 auto buffer_or_error = llvm::WritableMemoryBuffer::getFileSlice( in CreateDataBuffer() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStructuredData.cpp37 auto buffer_or_error = llvm::MemoryBuffer::getFile(input_spec.GetPath()); in ParseJSONFromFile() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2741 auto buffer_or_error = m_debugged_process_up->GetAuxvData(); local