Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueFileSpec.h73 const lldb::DataBufferSP &GetFileContents();
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp91 const lldb::DataBufferSP &OptionValueFileSpec::GetFileContents() { in GetFileContents() function in OptionValueFileSpec
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4652 DataBufferSP data_sp(file->GetFileContents()); in GetExpressionPrefixContents()