Home
last modified time | relevance | path

Searched refs:compilerPath (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/test/BlocksRuntime/
H A Dtestfilerunner.h93 __strong char *compilerPath; local
101 @property __strong char *compilerPath;
H A Dtestfilerunner.m243 @synthesize filename, compilerPath, errorString;
252 compilerPath = gcstrcpy1(name);
321 if (!compilerPath) compilerPath = "/usr/bin";
322 if (compilerPath) {
323 strcat(path, compilerPath);
707 generator.compilerPath = compilerDir;