Home
last modified time | relevance | path

Searched refs:OptionValueFileSpecList (Results 1 – 12 of 12) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DOptionValueFileSpecList.h22 class OptionValueFileSpecList : public OptionValue
25 OptionValueFileSpecList () : in OptionValueFileSpecList() function
31 OptionValueFileSpecList (const FileSpecList &current_value) : in OptionValueFileSpecList() function
39 ~OptionValueFileSpecList() in ~OptionValueFileSpecList()
DOptionGroupFile.h122 OptionValueFileSpecList &
128 const OptionValueFileSpecList &
135 OptionValueFileSpecList m_file_list;
DOptionValue.h246 OptionValueFileSpecList *
249 const OptionValueFileSpecList *
DOptionValueProperties.h233 OptionValueFileSpecList *
/external/lldb/source/Interpreter/
DOptionValueFileSpecLIst.cpp23 OptionValueFileSpecList::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_ma… in DumpValue()
44 OptionValueFileSpecList::SetValueFromCString (const char *value, VarSetOperationType op) in SetValueFromCString()
181 OptionValueFileSpecList::DeepCopy () const in DeepCopy()
183 return OptionValueSP(new OptionValueFileSpecList(*this)); in DeepCopy()
DOptionValue.cpp93 OptionValueFileSpecList *
97 return static_cast<OptionValueFileSpecList *>(this); in GetAsFileSpecList()
102 const OptionValueFileSpecList *
106 return static_cast<const OptionValueFileSpecList *>(this); in GetAsFileSpecList()
391 const OptionValueFileSpecList *option_value = GetAsFileSpecList (); in GetFileSpecListValue()
DProperty.cpp100 m_value_sp.reset (new OptionValueFileSpecList()); in Property()
DOptionValueProperties.cpp285 OptionValueFileSpecList *
/external/lldb/include/lldb/
Dlldb-forward.h134 class OptionValueFileSpecList; variable
309 typedef std::shared_ptr<lldb_private::OptionValueFileSpecList> OptionValueFileSpecListSP;
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.cpp216OptionValueFileSpecList *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecLi… in GetKextDirectories()
/external/lldb/source/Target/
DTarget.cpp2643OptionValueFileSpecList *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecLi… in GetExecutableSearchPaths()
2652OptionValueFileSpecList *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecLi… in GetDebugFileSearchPaths()
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj62 …77002BF2E0 /* OptionValueFileSpecList.h in Headers */ = {isa = PBXBuildFile; fileRef = 260CC62815D…
825OptionValueFileSpecList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sour…
2986 260CC62815D04377002BF2E0 /* OptionValueFileSpecList.h */,
3546 260CC63515D04377002BF2E0 /* OptionValueFileSpecList.h in Headers */,