Home
last modified time | relevance | path

Searched defs:IsArch64Bit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAIX.cpp39 const bool IsArch64Bit = getToolChain().getTriple().isArch64Bit(); in ConstructJob() local
119 const bool IsArch64Bit = ToolChain.getTriple().isArch64Bit(); in ConstructJob() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h437 InProcessMemoryAccess(bool IsArch64Bit) : IsArch64Bit(IsArch64Bit) {} in InProcessMemoryAccess()