Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1340 bool Has64BitPointers; member in __anon3cd27ee30211::X86_64ABIInfo
1345 Has64BitPointers(CGT.getDataLayout().getPointerSize(0) == 8) {} in X86_64ABIInfo()
1368 return Has64BitPointers; in has64BitPointers()
1839 if (Has64BitPointers) { in classify()
2461 if ((isa<llvm::PointerType>(IRType) && Has64BitPointers) || in GetINTEGERTypeAtOffset()
2473 (isa<llvm::PointerType>(IRType) && !Has64BitPointers)) { in GetINTEGERTypeAtOffset()