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

Method getSymbol

src/SourceCompile/ParseFile.cpp:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160std::string_view ParseFile::getSymbol(SymbolId id) const {
161 return getCompileSourceFile()->getSymbolTable()->getSymbol(id);
162}
163
164void ParseFile::addError(Error& error) {
165 getCompileSourceFile()->getErrorContainer()->addError(error);

Callers 15

prepareCompilation_Method · 0.45
getLineColumnMethod · 0.45
getEndLineColumnMethod · 0.45
inOrderTraversalMethod · 0.45
restoreErrorsMethod · 0.45
restoreVObjectsMethod · 0.45
checkCacheIsValidMethod · 0.45
cacheDefinesMethod · 0.45
restoreMacrosMethod · 0.45
restoreTimeInfosMethod · 0.45

Calls 1

getSymbolTableMethod · 0.45

Tested by 1

TESTFunction · 0.36