Searched refs:IsArch64Bit (Results 1 – 3 of 3) sorted by relevance
37 const bool IsArch64Bit = getToolChain().getTriple().isArch64Bit(); in ConstructJob() local39 if (!IsArch32Bit && !IsArch64Bit) in ConstructJob()117 const bool IsArch64Bit = ToolChain.getTriple().isArch64Bit(); in ConstructJob() local119 if (!(IsArch32Bit || IsArch64Bit)) in ConstructJob()
419 InProcessMemoryAccess(bool IsArch64Bit) : IsArch64Bit(IsArch64Bit) {} in InProcessMemoryAccess() argument439 bool IsArch64Bit;
189 if (IsArch64Bit) { in writePointersAsync()