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

Method registerSymbol

src/SourceCompile/ParseFile.cpp:152–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152SymbolId ParseFile::registerSymbol(std::string_view symbol) {
153 return getCompileSourceFile()->getSymbolTable()->registerSymbol(symbol);
154}
155
156SymbolId ParseFile::getId(std::string_view symbol) const {
157 return getCompileSourceFile()->getSymbolTable()->getId(symbol);

Callers 15

CommandLineParserMethod · 0.45
splitPlusArg_Method · 0.45
splitEqArg_Method · 0.45
processArgs_Method · 0.45
parseCommandLineMethod · 0.45
prepareCompilation_Method · 0.45
SLaddErrorFunction · 0.45
SLaddMLErrorFunction · 0.45
SLaddErrorContextFunction · 0.45
SLaddMLErrorContextFunction · 0.45
logErrorMethod · 0.45

Calls 1

getSymbolTableMethod · 0.45

Tested by 5

bindSubRoutineCall_Method · 0.36
bindProperties_Method · 0.36
TESTFunction · 0.36