Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h62 enum ImportStdModule { enum
156 ImportStdModule GetImportStdModule() const;
/openbsd/gnu/llvm/lldb/source/Target/
H A DTargetProperties.td55 def ImportStdModule: Property<"import-std-module", "Enum">,
H A DTarget.cpp4415 ImportStdModule TargetProperties::GetImportStdModule() const { in GetImportStdModule()
4417 return (ImportStdModule)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetImportStdModule()