MCPcopy Create free account

hub / github.com/andlabs/qo / functions

Functions48 in github.com/andlabs/qo

↓ 12 callersFunctionfail
(format string, args ...interface{})
main.go:13
↓ 6 callersFunctionconsider
(list *[]string, path string)
collector.go:20
↓ 6 callersFunctionparseFile
(filename string)
flagcompiler.go:32
↓ 5 callersFunctionmergeScript
(s []Stage)
scriptgen.go:19
↓ 5 callersFunctionobjectName
(filename string, suffix string)
scriptgen.go:13
↓ 2 callersMethodbuildRegularFile
TODO /MDd, /MTd TODO /EHa?
msvc.go:14
↓ 2 callersMethodbuildRegularFile
(cc string, std string, cflags []string, filename string)
gcc.go:18
↓ 2 callersFunctionisMultilib
()
gcc.go:145
↓ 2 callersFunctionpkgconfig
(which string, pkgs []string)
flagcompiler.go:22
↓ 2 callersFunctionprintProgress
(step string)
builder.go:15
↓ 2 callersFunctiontargetName
()
target.go:17
↓ 1 callersMethodBuildCFile
(filename string, cflags []string)
toolchain.go:13
↓ 1 callersMethodBuildCFile
(filename string, cflags []string)
gcc.go:48
↓ 1 callersMethodBuildCXXFile
(filename string, cflags []string)
toolchain.go:14
↓ 1 callersMethodBuildCXXFile
(filename string, cflags []string)
gcc.go:56
↓ 1 callersMethodBuildMFile
(filename string, cflags []string)
toolchain.go:15
↓ 1 callersMethodBuildMMFile
(filename string, cflags []string)
toolchain.go:16
↓ 1 callersMethodBuildRCFile
(filename string, cflags []string)
toolchain.go:17
↓ 1 callersMethodDo
()
step.go:24
↓ 1 callersMethodLink
(objects []string, ldflags []string, libs []string)
toolchain.go:18
↓ 1 callersMethodPrepare
()
toolchain.go:12
↓ 1 callersFunctionbuildScript
()
scriptgen.go:37
↓ 1 callersFunctioncompileFlags
()
flagcompiler.go:73
↓ 1 callersFunctioncomputeExcludeSuffixes
()
target.go:47
↓ 1 callersFunctionexcludeDir
(filename string)
target.go:90
↓ 1 callersFunctionexcludeFile
(filename string)
target.go:78
↓ 1 callersFunctionlistToolchains
()
toolchain.go:27
↓ 1 callersFunctionrun
()
builder.go:61
↓ 1 callersFunctionrunStage
(s Stage)
builder.go:27
↓ 1 callersFunctionrunner
(in <-chan *Step, out chan<- *Step, wg *sync.WaitGroup)
builder.go:19
MethodBuildCFile
(filename string, cflags []string)
msvc.go:48
MethodBuildCXXFile
(filename string, cflags []string)
msvc.go:55
MethodBuildMFile
(filename string, cflags []string)
msvc.go:62
MethodBuildMFile
apart from needing -lobjc at link time, Objective-C/C++ are identical to C/C++; the --std flags are the same (thanks Beelsebob in irc.freenode.net/#ma
gcc.go:68
MethodBuildMMFile
(filename string, cflags []string)
msvc.go:67
MethodBuildMMFile
(filename string, cflags []string)
gcc.go:72
MethodBuildRCFile
(filename string, cflags []string)
msvc.go:72
MethodBuildRCFile
(filename string, cflags []string)
gcc.go:76
MethodLink
(objects []string, ldflags []string, libs []string)
msvc.go:104
MethodLink
(objects []string, ldflags []string, libs []string)
gcc.go:96
MethodPrepare
()
msvc.go:126
MethodPrepare
()
gcc.go:159
MethodPrepare
()
gcc.go:205
Functioninit
()
target.go:37
Functioninit
()
msvc.go:130
Functioninit
()
gcc.go:223
Functionmain
()
main.go:20
Functionwalker
(path string, info os.FileInfo, err error)
collector.go:27