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.h62 enum ImportStdModule { enum
156 ImportStdModule GetImportStdModule() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td64 def ImportStdModule: Property<"import-std-module", "Enum">,
H A DTarget.cpp4497 ImportStdModule TargetProperties::GetImportStdModule() const { in GetImportStdModule()
4499 return GetPropertyAtIndexAs<ImportStdModule>( in GetImportStdModule()
4500 idx, static_cast<ImportStdModule>( in GetImportStdModule()