Searched defs:IsArch64Bit (Results 1 – 2 of 2) sorted by relevance
39 const bool IsArch64Bit = getToolChain().getTriple().isArch64Bit(); in ConstructJob() local119 const bool IsArch64Bit = ToolChain.getTriple().isArch64Bit(); in ConstructJob() local
437 InProcessMemoryAccess(bool IsArch64Bit) : IsArch64Bit(IsArch64Bit) {} in InProcessMemoryAccess()