Searched refs:CompilerOption (Results 1 – 6 of 6) sorted by relevance
28 class CompilerOption {38 CompilerOption() { in CompilerOption() function
49 struct CompilerOption;129 int compile(const CompilerOption &option);
36 struct CompilerOption;84 int compile(const CompilerOption &option) { in compile()
41 struct CompilerOption;228 int internalCompile(const CompilerOption&);
178 CompilerOption option; in prepareRelocatable()228 CompilerOption option; in prepareExecutable()326 int Script::internalCompile(const CompilerOption &option) { in internalCompile()
244 int Compiler::compile(const CompilerOption &option) { in compile()