Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h65 enum ImportStdModule { enum
171 ImportStdModule GetImportStdModule() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4735 ImportStdModule TargetProperties::GetImportStdModule() const { in GetImportStdModule()
4737 return GetPropertyAtIndexAs<ImportStdModule>( in GetImportStdModule()
4738 idx, static_cast<ImportStdModule>( in GetImportStdModule()
H A DTargetProperties.td70 def ImportStdModule: Property<"import-std-module", "Enum">,