Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.cpp19 auto buffer_or_error = GetAuxvData(); in GetAuxValue() local
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp271 if (!buffer_or_error) in GetMemoryBuffer() local
276 if (!buffer_or_error) in GetMemoryBuffer() local
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp38 auto buffer_or_error = llvm::MemoryBuffer::getFile(input_spec.GetPath()); in ParseJSONFromFile() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp99 auto buffer_or_error = in LoadPostMortemTraceFromFile() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp3183 auto buffer_or_error = m_current_process->GetAuxvData(); in ReadXferObject() local
3195 auto buffer_or_error = thread->GetSiginfo(); in ReadXferObject() local