Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/
H A Dtestfilerunner.h35 Do64 = (1 << 0), enumerator
H A Dtestfilerunner.m185 if (sizeof(long) == 4 && options & Do64) {
259 item = [self lineForOptions:options|Do64];
263 item = [self lineForOptions:options|Do64|DoCPP];
350 [pa addPointer: (options & Do64) ? "x86_64" : "i386"];
376 strcat(path, (options & Do64) ? "64" : "32");