Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.cpp19 auto buffer_or_error = GetAuxvData(); in GetAuxValue() local
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp270 auto buffer_or_error = T::getFile(path, is_volatile); in GetMemoryBuffer() local
275 auto buffer_or_error = T::getFileSlice(path, size, offset, is_volatile); in GetMemoryBuffer() local
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp38 auto buffer_or_error = llvm::MemoryBuffer::getFile(input_spec.GetPath()); in ParseJSONFromFile() local
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp99 auto buffer_or_error = in LoadPostMortemTraceFromFile() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp3181 auto buffer_or_error = m_current_process->GetAuxvData(); ReadXferObject() local
3193 auto buffer_or_error = thread->GetSiginfo(); ReadXferObject() local