Searched refs:AddCompilerOption (Results 1 – 3 of 3) sorted by relevance
185 runtime->AddCompilerOption("--compiler-filter=quicken"); in EnableDebugFeatures()204 runtime->AddCompilerOption("--debuggable"); in EnableDebugFeatures()220 runtime->AddCompilerOption("--debuggable"); in EnableDebugFeatures()228 runtime->AddCompilerOption("--generate-mini-debug-info"); in EnableDebugFeatures()234 runtime->AddCompilerOption("--generate-debug-info"); in EnableDebugFeatures()
179 runtime->AddCompilerOption("--debuggable"); in FinishSetup()
185 void AddCompilerOption(const std::string& option) { in AddCompilerOption() function