phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
TCC.outputFile
tcc
TCC
Output an executable, library or object file. DO NOT call
relocate()
before.
int
outputFile
(char[] filename)
int
outputFile
(FilePath filename)
struct
TCC
scope @
trusted
int
outputFile
(
in
FilePath
filename
)
Meta
Source
See Implementation
tcc
TCC
aliases
ErrorFunc
compileAndRun
destructors
~this
enums
OutputType
functions
addFile
addIncludePath
addLibrary
addLibraryPath
addSymbol
addSystemIncludePath
compile
defineSymbol
eval
getSymbolMaybe
outputFile
relocate
run
setErrorFunction
setLibraryPath
setOptions
setOutputType
undefineSymbol
manifest constants
RELOCATE_AUTO
postblits
this(this)
variables
_state
Output an executable, library or object file. DO NOT call relocate() before.