Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h66 enum ImportStdModule { enum
142 ImportStdModule GetImportStdModule() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td52 def ImportStdModule: Property<"import-std-module", "Enum">,
H A DTarget.cpp4051 ImportStdModule TargetProperties::GetImportStdModule() const { in GetImportStdModule()
4053 return (ImportStdModule)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetImportStdModule()