Home
last modified time | relevance | path

Searched refs:IsArch64Bit (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAIX.cpp37 const bool IsArch64Bit = getToolChain().getTriple().isArch64Bit(); in ConstructJob() local
39 if (!IsArch32Bit && !IsArch64Bit) in ConstructJob()
117 const bool IsArch64Bit = ToolChain.getTriple().isArch64Bit(); in ConstructJob() local
119 if (!(IsArch32Bit || IsArch64Bit)) in ConstructJob()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h419 InProcessMemoryAccess(bool IsArch64Bit) : IsArch64Bit(IsArch64Bit) {} in InProcessMemoryAccess() argument
439 bool IsArch64Bit;
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp189 if (IsArch64Bit) { in writePointersAsync()