Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp1968 bool Has64BitPointers; member in __anona890a3f30211::X86_64ABIInfo
1973 Has64BitPointers(CGT.getDataLayout().getPointerSize(0) == 8) { in X86_64ABIInfo()
1997 return Has64BitPointers; in has64BitPointers()
2375 if (Has64BitPointers) { in classify()
2919 if ((isa<llvm::PointerType>(IRType) && Has64BitPointers) || in GetINTEGERTypeAtOffset()
2931 (isa<llvm::PointerType>(IRType) && !Has64BitPointers)) { in GetINTEGERTypeAtOffset()
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp2317 bool Has64BitPointers; member in __anon57a50d410311::X86_64ABIInfo
2322 Has64BitPointers(CGT.getDataLayout().getPointerSize(0) == 8) { in X86_64ABIInfo()
2346 return Has64BitPointers; in has64BitPointers()
2833 if (Has64BitPointers) { in classify()
3430 if ((isa<llvm::PointerType>(IRType) && Has64BitPointers) || in GetINTEGERTypeAtOffset()
3442 (isa<llvm::PointerType>(IRType) && !Has64BitPointers)) { in GetINTEGERTypeAtOffset()