1 override of CompilationUnitPrefix
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\NativeAotNameMangler.cs (1)
27
public override Utf8String
CompilationUnitPrefix
1 write to CompilationUnitPrefix
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\CompilationBuilder.cs (1)
55
_nameMangler.
CompilationUnitPrefix
= new Utf8String(prefix);
53 references to CompilationUnitPrefix
ILCompiler.Compiler (53)
Compiler\DependencyAnalysis\ArrayMapNode.cs (1)
26
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__array_type_map"u8);
Compiler\DependencyAnalysis\ArrayOfEmbeddedPointersNode.cs (1)
117
sb.Append(nameMangler.
CompilationUnitPrefix
).Append(_parentNode._startSymbolMangledName).Append("_"u8).Append(_id.ToStringInvariant());
Compiler\DependencyAnalysis\ArrayOfFrozenObjectsNode.cs (1)
17
=> sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__FrozenSegmentStart"u8);
Compiler\DependencyAnalysis\ByRefTypeMapNode.cs (1)
25
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__byref_type_map"u8);
Compiler\DependencyAnalysis\ClassConstructorContextMap.cs (1)
25
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__type_to_cctorContext_map"u8);
Compiler\DependencyAnalysis\DehydratedDataNode.cs (1)
47
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__dehydrated_data"u8);
Compiler\DependencyAnalysis\DelegateMarshallingStubMapNode.cs (1)
28
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__delegate_marshalling_stub_map"u8);
Compiler\DependencyAnalysis\ExactMethodInstantiationsNode.cs (1)
28
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__exact_method_instantiations"u8);
Compiler\DependencyAnalysis\ExternalReferencesTableNode.cs (1)
32
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__external_" + _blobName + "_references");
Compiler\DependencyAnalysis\FrozenRuntimeTypeNode.cs (1)
26
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__RuntimeType_"u8).Append(nameMangler.GetMangledTypeName(_type));
Compiler\DependencyAnalysis\FrozenStringNode.cs (1)
22
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__Str_"u8).Append(nameMangler.GetMangledStringName(_data));
Compiler\DependencyAnalysis\FunctionPointerMapNode.cs (1)
26
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__fnptr_type_map"u8);
Compiler\DependencyAnalysis\GenericMethodsHashtableNode.cs (1)
28
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__generic_methods_hashtable"u8);
Compiler\DependencyAnalysis\GenericMethodsTemplateMap.cs (1)
27
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__GenericMethodsTemplateMap"u8);
Compiler\DependencyAnalysis\GenericTypesHashtableNode.cs (1)
26
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__generic_types_hashtable"u8);
Compiler\DependencyAnalysis\GenericTypesTemplateMap.cs (1)
27
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__GenericTypesTemplateMap"u8);
Compiler\DependencyAnalysis\GenericVirtualMethodTableNode.cs (1)
30
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__gvm_table"u8);
Compiler\DependencyAnalysis\InterfaceDispatchCellNode.cs (1)
32
sb.Append(nameMangler.
CompilationUnitPrefix
)
Compiler\DependencyAnalysis\InterfaceDispatchCellSectionNode.cs (1)
89
=> sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__InterfaceDispatchCellSection_Start"u8);
Compiler\DependencyAnalysis\InterfaceDispatchMapNode.cs (1)
34
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__InterfaceDispatchMap_"u8).Append(nameMangler.SanitizeName(nameMangler.GetMangledTypeName(_type)));
Compiler\DependencyAnalysis\InterfaceGenericVirtualMethodTableNode.cs (1)
33
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__interface_gvm_table"u8);
Compiler\DependencyAnalysis\MetadataNode.cs (1)
18
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__embedded_metadata"u8);
Compiler\DependencyAnalysis\ModuleInitializerListNode.cs (1)
19
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__module_initializers"u8);
Compiler\DependencyAnalysis\ModulesSectionNode.cs (1)
30
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__Module"u8);
Compiler\DependencyAnalysis\NativeLayoutInfoNode.cs (1)
42
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__nativelayoutinfo"u8);
Compiler\DependencyAnalysis\PointerTypeMapNode.cs (1)
25
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__ptr_type_map"u8);
Compiler\DependencyAnalysis\ReadyToRunHeaderNode.cs (1)
36
sb.Append(nameMangler.
CompilationUnitPrefix
);
Compiler\DependencyAnalysis\ReflectionFieldMapNode.cs (1)
28
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__field_to_offset_map"u8);
Compiler\DependencyAnalysis\ReflectionInvokeMapNode.cs (1)
29
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__method_to_entrypoint_map"u8);
Compiler\DependencyAnalysis\ReflectionVirtualInvokeMapNode.cs (1)
31
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__VirtualInvokeMap"u8);
Compiler\DependencyAnalysis\ResourceDataNode.cs (1)
40
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__embedded_resourcedata"u8);
Compiler\DependencyAnalysis\ResourceIndexNode.cs (1)
36
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__embedded_resourceindex"u8);
Compiler\DependencyAnalysis\RuntimeFieldHandleNode.cs (1)
24
sb.Append(nameMangler.
CompilationUnitPrefix
)
Compiler\DependencyAnalysis\RuntimeMethodHandleNode.cs (1)
31
sb.Append(nameMangler.
CompilationUnitPrefix
)
Compiler\DependencyAnalysis\SealedVTableNode.cs (1)
37
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__SealedVTable_"u8).Append(nameMangler.NodeMangler.MethodTable(_type));
Compiler\DependencyAnalysis\SerializedFrozenObjectNode.cs (1)
35
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__FrozenObj_"u8)
Compiler\DependencyAnalysis\StackTraceDocumentsNode.cs (1)
22
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__stacktrace_documents"u8);
Compiler\DependencyAnalysis\StackTraceLineNumbersNode.cs (1)
32
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__stacktrace_line_numbers"u8);
Compiler\DependencyAnalysis\StackTraceMethodMappingNode.cs (1)
34
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("_stacktrace_methodRVA_to_token_mapping"u8);
Compiler\DependencyAnalysis\StaticsInfoHashtableNode.cs (1)
29
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("_StaticsInfoHashtableNode"u8);
Compiler\DependencyAnalysis\StructMarshallingStubMapNode.cs (1)
30
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__struct_marshalling_stub_map"u8);
Compiler\DependencyAnalysis\TlsRootNode.cs (1)
12
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("tls_InlinedThreadStatics"u8);
Compiler\DependencyAnalysis\TypeManagerIndirectionNode.cs (1)
12
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__typemanager_indirection"u8);
Compiler\DependencyAnalysis\TypeMetadataMapNode.cs (1)
25
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__type_to_metadata_map"u8);
Compiler\UnixNodeMangler.cs (1)
45
return Utf8String.Concat(NameMangler.
CompilationUnitPrefix
.AsSpan(), "__THREADSTATICS"u8, NameMangler.GetMangledTypeName(type).AsSpan());
Compiler\WindowsNodeMangler.cs (2)
64
Utf8String name = NameMangler.
CompilationUnitPrefix
.Length > 0
65
? Utf8String.Concat(NameMangler.
CompilationUnitPrefix
, ThreadStaticMemberName)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\EmbeddedDataContainerNode.cs (1)
26
=> sb.Append(nameMangler.
CompilationUnitPrefix
).Append(_mangledName);
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Target_Wasm\WasmTypes.cs (1)
299
sb.Append(nameMangler.
CompilationUnitPrefix
);
src\runtime\src\coreclr\tools\Common\Compiler\ExternalTypeMapObjectNode.cs (1)
59
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__external_type_map__"u8);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (2)
445
? (field = Utf8String.Concat(_nodeFactory.NameMangler.
CompilationUnitPrefix
.AsSpan(), "__ExportDirectory"u8))
678
return $"{_nodeFactory.NameMangler.
CompilationUnitPrefix
}__ExportDirectory__{name}";
src\runtime\src\coreclr\tools\Common\Compiler\ProxyTypeMapObjectNode.cs (1)
61
sb.Append(nameMangler.
CompilationUnitPrefix
).Append("__proxy_type_map__"u8);