Home
last modified time | relevance | path

Searched refs:binaryName (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/test/BlocksRuntime/
H A Dtestfilerunner.h61 __strong char *binaryName; variable
70 @property __strong char *binaryName;
H A Dtestfilerunner.m47 @synthesize options, compileLine, shouldFail, binaryName, sourceName;
69 if (skip && isExecutable(binaryName) && !isYounger(sourceName, binaryName)) return true;
190 argv[0] = binaryName;
236 printf("**** run failed for %s\n", binaryName);
393 result.binaryName = gcstrcpy1(path); // could snarf copy in pa
394 [pa addPointer:result.binaryName];
568 printf("%s", line.binaryName);
722 printf("%s ran successfully\n", line.binaryName);
744 printf("%s\n", line.binaryName);
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/GPU/
H A DSelectObjectAttr.cpp53 std::string getBinaryIdentifier(StringRef binaryName) { in getBinaryIdentifier()
54 return binaryName.str() + "_bin_cst"; in getBinaryIdentifier()
52 getBinaryIdentifier(StringRef binaryName) getBinaryIdentifier() argument