Home
last modified time | relevance | path

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

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