Searched refs:IsArch64Bit (Results 1 – 3 of 3) sorted by relevance
22 InProcessMemoryAccess(bool IsArch64Bit) : IsArch64Bit(IsArch64Bit) {} in InProcessMemoryAccess() argument63 bool IsArch64Bit;
38 const bool IsArch64Bit = getToolChain().getTriple().isArch64Bit(); in ConstructJob() local40 if (!IsArch32Bit && !IsArch64Bit) in ConstructJob()118 const bool IsArch64Bit = ToolChain.getTriple().isArch64Bit(); in ConstructJob() local120 if (!(IsArch32Bit || IsArch64Bit)) in ConstructJob()
47 if (IsArch64Bit) { in writePointersAsync()