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

Method getId

src/SourceCompile/ParseFile.cpp:156–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156SymbolId ParseFile::getId(std::string_view symbol) const {
157 return getCompileSourceFile()->getSymbolTable()->getId(symbol);
158}
159
160std::string_view ParseFile::getSymbol(SymbolId id) const {
161 return getCompileSourceFile()->getSymbolTable()->getSymbol(id);

Callers 5

setupConfigurations_Method · 0.45
compileMethod · 0.45
TESTFunction · 0.45

Calls 1

getSymbolTableMethod · 0.45

Tested by 1

TESTFunction · 0.36