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

Method compileOneFile_

src/SourceCompile/Compiler.cpp:156–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154};
155
156bool Compiler::compileOneFile_(CompileSourceFile* compiler,
157 CompileSourceFile::Action action) {
158 bool status = compiler->compile(action);
159 return status;
160}
161
162bool Compiler::isLibraryFile(PathId id) const {
163 return (m_libraryFiles.find(id) != m_libraryFiles.end());

Callers

nothing calls this directly

Calls 1

compileMethod · 0.45

Tested by

no test coverage detected