MCPcopy Create free account
hub / github.com/chipsalliance/Surelog / getSymbolTable

Method getSymbolTable

src/SourceCompile/ParseFile.cpp:144–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144SymbolTable* ParseFile::getSymbolTable() {
145 return m_symbolTable ? m_symbolTable : m_compileSourceFile->getSymbolTable();
146}
147
148ErrorContainer* ParseFile::getErrorContainer() {
149 return m_errors ? m_errors : m_compileSourceFile->getErrorContainer();

Callers 15

executeCompilationFunction · 0.45
start_compilerFunction · 0.45
walk_parsetreeFunction · 0.45
SLaddErrorFunction · 0.45
SLaddMLErrorFunction · 0.45
SLaddErrorContextFunction · 0.45
SLaddMLErrorContextFunction · 0.45
logErrorMethod · 0.45
getCacheFileIdMethod · 0.45
checkCacheIsValidMethod · 0.45
restoreMethod · 0.45
saveMethod · 0.45

Calls

no outgoing calls

Tested by 5

TESTFunction · 0.36
bindFunctionBodies_Method · 0.36
bindProperties_Method · 0.36