ObjectSymbolTable

Undocumented in source.

Members

Aliases

addModule
alias addModule = append!ObjectModule
Undocumented in source.
addReference
alias addReference = append!ObjectSymbolReference
Undocumented in source.
addSection
alias addSection = append!ObjectSection
Undocumented in source.
addSymbol
alias addSymbol = append!ObjectSymbol
Undocumented in source.
getModule
alias getModule = get!ObjectModule
Undocumented in source.
getReference
alias getReference = get!ObjectSymbolReference
Undocumented in source.
getSection
alias getSection = get!ObjectSection
Undocumented in source.
getSymbol
alias getSymbol = get!ObjectSymbol
Undocumented in source.

Functions

append
LinkIndex append(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
dump
void dump(CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.
get
T* get(LinkIndex index)
Undocumented in source. Be warned that the author may not have intended to support it.
print_dd64_debug_info
void print_dd64_debug_info(CompilationContext* context)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
Arena!uint buffer;
Undocumented in source.
firstModule
LinkIndex firstModule;
Undocumented in source.

Meta