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

Method registerSymbol

src/SourceCompile/PreprocessFile.cpp:776–778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774}
775
776SymbolId PreprocessFile::registerSymbol(std::string_view symbol) const {
777 return getCompileSourceFile()->getSymbolTable()->registerSymbol(symbol);
778}
779
780SymbolId PreprocessFile::getId(std::string_view symbol) const {
781 return getCompileSourceFile()->getSymbolTable()->getId(symbol);

Callers 1

syntaxErrorMethod · 0.45

Calls 1

getSymbolTableMethod · 0.45

Tested by

no test coverage detected