Home
last modified time | relevance | path

Searched refs:OptionValueFileSpec (Results 1 – 14 of 14) sorted by relevance

/external/lldb/source/Interpreter/
DOptionValueFileSpec.cpp27 OptionValueFileSpec::OptionValueFileSpec () : in OptionValueFileSpec() function in OptionValueFileSpec
36 OptionValueFileSpec::OptionValueFileSpec (const FileSpec &value) : in OptionValueFileSpec() function in OptionValueFileSpec
45 OptionValueFileSpec::OptionValueFileSpec (const FileSpec &current_value, in OptionValueFileSpec() function in OptionValueFileSpec
56 OptionValueFileSpec::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue()
73 OptionValueFileSpec::SetValueFromCString (const char *value_cstr, in SetValueFromCString()
117 OptionValueFileSpec::DeepCopy () const in DeepCopy()
119 return OptionValueSP(new OptionValueFileSpec(*this)); in DeepCopy()
124 OptionValueFileSpec::AutoComplete (CommandInterpreter &interpreter, in AutoComplete()
147 OptionValueFileSpec::GetFileContents(bool null_terminate) in GetFileContents()
DOptionValue.cpp75 OptionValueFileSpec *
79 return static_cast<OptionValueFileSpec *>(this); in GetAsFileSpec()
84 const OptionValueFileSpec *
88 return static_cast<const OptionValueFileSpec *>(this); in GetAsFileSpec()
369 const OptionValueFileSpec *option_value = GetAsFileSpec (); in GetFileSpecValue()
379 OptionValueFileSpec *option_value = GetAsFileSpec (); in SetFileSpecValue()
550 case 1u << eTypeFileSpec: value_sp.reset(new OptionValueFileSpec()); break; in CreateValueFromCStringForTypeMask()
DCMakeLists.txt28 OptionValueFileSpec.cpp
DAndroid.mk40 OptionValueFileSpec.cpp \
DProperty.cpp95 …m_value_sp.reset (new OptionValueFileSpec(FileSpec(definition.default_cstr_value, definition.defau… in Property()
DOptionValueProperties.cpp414 OptionValueFileSpec *
/external/lldb/include/lldb/Interpreter/
DOptionValueFileSpec.h22 class OptionValueFileSpec : public OptionValue
25 OptionValueFileSpec ();
27 OptionValueFileSpec (const FileSpec &value);
29 OptionValueFileSpec (const FileSpec &current_value,
33 ~OptionValueFileSpec() in ~OptionValueFileSpec()
DOptionGroupFile.h63 OptionValueFileSpec &
69 const OptionValueFileSpec &
76 OptionValueFileSpec m_file;
DOptionGroupOutputFile.h50 const OptionValueFileSpec &
69 OptionValueFileSpec m_file;
DOptionValue.h240 OptionValueFileSpec *
243 const OptionValueFileSpec *
DOptionValueProperties.h221 OptionValueFileSpec *
/external/lldb/include/lldb/
Dlldb-forward.h133 class OptionValueFileSpec; variable
308 typedef std::shared_ptr<lldb_private::OptionValueFileSpec> OptionValueFileSpecSP;
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj61 …D04377002BF2E0 /* OptionValueFileSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = 260CC62715D…
74 …0440D002BF2E0 /* OptionValueFileSpec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 260CC64115…
824OptionValueFileSpec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourceco…
837OptionValueFileSpec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = source…
2984 260CC62715D04377002BF2E0 /* OptionValueFileSpec.h */,
2985 260CC64115D0440D002BF2E0 /* OptionValueFileSpec.cpp */,
3544 260CC63415D04377002BF2E0 /* OptionValueFileSpec.h in Headers */,
4277 260CC64E15D0440D002BF2E0 /* OptionValueFileSpec.cpp in Sources */,
/external/lldb/source/Target/
DTarget.cpp2724OptionValueFileSpec *file = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpec (NULL, false,… in GetExpressionPrefixContentsAsCString()