MCPcopy
hub / github.com/compiler-explorer/compiler-explorer / SimpleOutputFilenameCompiler

Interface SimpleOutputFilenameCompiler

lib/base-compiler.ts:183–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181export const c_value_placeholder = '<value>';
182
183export interface SimpleOutputFilenameCompiler {
184 getOutputFilename(dirPath: string): string;
185}
186
187export class BaseCompiler {
188 public compiler: CompilerInfo;

Callers 8

runCompilerMethod · 0.65
getIrOutputFilenameMethod · 0.65
getIrOutputFilenameMethod · 0.65
runCompilerMethod · 0.65
runCompilerMethod · 0.65
runCompilerMethod · 0.65
getIrOutputFilenameMethod · 0.65
buildToDllMethod · 0.65

Implementers 15

R8Compilerlib/compilers/r8.ts
D8Compilerlib/compilers/d8.ts
JavaCompilerlib/compilers/java.ts
KotlinCompilerlib/compilers/kotlin.ts
BaseCompilerlib/base-compiler.ts
MojoCompilerlib/compilers/mojo.ts
RazorForgeCompilerlib/compilers/razorforge.ts
ResolcCompilerlib/compilers/resolc.ts
CoccinelleCCompilerlib/compilers/coccinelle.ts
JaktCompilerlib/compilers/jakt.ts
V8Compilerlib/compilers/v8.ts
ORCACompilerlib/compilers/orca.ts

Calls

no outgoing calls

Tested by

no test coverage detected