6 references to GlobalLiteralSpec
cdac-build-tool (6)
ObjectFileScraper.cs (6)
332
public required IReadOnlyList<
GlobalLiteralSpec
> GlobalLiteralSpecs { get; init; }
391
foreach (
var
globalSpec in GlobalLiteralSpecs)
452
GlobalLiteralSpec
[] globalLiteralSpecs = ReadGlobalLiteralSpecs(state, header);
539
private static
GlobalLiteralSpec
[] ReadGlobalLiteralSpecs(ScraperState state, HeaderDirectory header)
541
GlobalLiteralSpec
[] globalSpecs = new
GlobalLiteralSpec
[header.GlobalLiteralValuesCount];