Searched refs:OptionValueFileSpec (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | OptionValueFileSpec.cpp | 21 OptionValueFileSpec::OptionValueFileSpec(bool resolve) : m_resolve(resolve) {} in OptionValueFileSpec() function in OptionValueFileSpec 23 OptionValueFileSpec::OptionValueFileSpec(const FileSpec &value, bool resolve) in OptionValueFileSpec() function in OptionValueFileSpec 28 OptionValueFileSpec::OptionValueFileSpec(const FileSpec ¤t_value, in OptionValueFileSpec() function in OptionValueFileSpec 35 void OptionValueFileSpec::DumpValue(const ExecutionContext *exe_ctx, in DumpValue() 49 Status OptionValueFileSpec::SetValueFromString(llvm::StringRef value, in SetValueFromString() 85 void OptionValueFileSpec::AutoComplete(CommandInterpreter &interpreter, in AutoComplete() 91 const lldb::DataBufferSP &OptionValueFileSpec::GetFileContents() { in GetFileContents()
|
| H A D | OptionValue.cpp | 70 OptionValueFileSpec *OptionValue::GetAsFileSpec() { in GetAsFileSpec() 72 return static_cast<OptionValueFileSpec *>(this); in GetAsFileSpec() 76 const OptionValueFileSpec *OptionValue::GetAsFileSpec() const { in GetAsFileSpec() 78 return static_cast<const OptionValueFileSpec *>(this); in GetAsFileSpec() 323 const OptionValueFileSpec *option_value = GetAsFileSpec(); in GetFileSpecValue() 330 OptionValueFileSpec *option_value = GetAsFileSpec(); in SetFileSpecValue() 520 value_sp = std::make_shared<OptionValueFileSpec>(); in CreateValueFromCStringForTypeMask()
|
| H A D | CMakeLists.txt | 38 OptionValueFileSpec.cpp
|
| H A D | Property.cpp | 115 m_value_sp = std::make_shared<OptionValueFileSpec>(file_spec, resolve); in Property()
|
| H A D | OptionValueProperties.cpp | 363 OptionValueFileSpec *
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueFileSpec.h | 20 class OptionValueFileSpec : public Cloneable<OptionValueFileSpec, OptionValue> { 22 OptionValueFileSpec(bool resolve = true); 24 OptionValueFileSpec(const FileSpec &value, bool resolve = true); 26 OptionValueFileSpec(const FileSpec ¤t_value, 29 ~OptionValueFileSpec() override = default;
|
| H A D | OptionGroupFile.h | 38 OptionValueFileSpec &GetOptionValue() { return m_file; } in GetOptionValue() 40 const OptionValueFileSpec &GetOptionValue() const { return m_file; } in GetOptionValue() 43 OptionValueFileSpec m_file;
|
| H A D | OptionGroupOutputFile.h | 32 const OptionValueFileSpec &GetFile() { return m_file; } in GetFile() 41 OptionValueFileSpec m_file;
|
| H A D | OptionValue.h | 217 OptionValueFileSpec *GetAsFileSpec(); 219 const OptionValueFileSpec *GetAsFileSpec() const;
|
| H A D | OptionValueProperties.h | 184 OptionValueFileSpec *
|
| /openbsd-src/gnu/usr.bin/clang/liblldbInterpreter/ |
| H A D | Makefile | 37 OptionValueFileSpec.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Interpreter/ |
| H A D | BUILD.gn | 61 "OptionValueFileSpec.cpp",
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-forward.h | 146 class OptionValueFileSpec; variable
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Target.cpp | 4564 OptionValueFileSpec *file = in GetExpressionPrefixContents()
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 3772 lldb/include/lldb/Interpreter/OptionValueFileSpec.h
|