Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp2338 bool Has64BitPointers; member in __anoncdae85850211::X86_64ABIInfo
2343 Has64BitPointers(CGT.getDataLayout().getPointerSize(0) == 8) { in X86_64ABIInfo()
2367 return Has64BitPointers; in has64BitPointers()
2848 if (Has64BitPointers) { in classify()
3445 if ((isa<llvm::PointerType>(IRType) && Has64BitPointers) || in GetINTEGERTypeAtOffset()
3457 (isa<llvm::PointerType>(IRType) && !Has64BitPointers)) { in GetINTEGERTypeAtOffset()