Table of Contents

Method CreateNamespace

Namespace
Ubiquity.NET.Llvm.DebugInfo
Assembly
Ubiquity.NET.Llvm.dll

CreateNamespace(DIScope?, LazyEncodedString, bool)

Creates a DINamespace

public DINamespace CreateNamespace(DIScope? scope, LazyEncodedString name, bool exportSymbols)

Parameters

scope DIScope

Containing scope for the namespace or null if the namespace is a global one

name LazyEncodedString

Name of the namespace

exportSymbols bool

export symbols

Returns

DINamespace

Debug namespace