Searched refs:IsArch64Bit (Results 1 – 3 of 3) sorted by relevance
437 InProcessMemoryAccess(bool IsArch64Bit) : IsArch64Bit(IsArch64Bit) {} in InProcessMemoryAccess() argument457 bool IsArch64Bit;
39 const bool IsArch64Bit = getToolChain().getTriple().isArch64Bit(); in ConstructJob() local41 if (!IsArch32Bit && !IsArch64Bit) in ConstructJob()119 const bool IsArch64Bit = ToolChain.getTriple().isArch64Bit(); in ConstructJob() local121 if (!(IsArch32Bit || IsArch64Bit)) in ConstructJob()
186 if (IsArch64Bit) { in writePointersAsync()