Home
last modified time | relevance | path

Searched defs:IntptrTy (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp496 auto *IntptrTy = IRB.getIntPtrTy(M.getDataLayout()); in insertBaseTaggedPointer() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp145 Type *IntptrTy; member
H A DAddressSanitizer.cpp837 Type *IntptrTy; member
957 Type *IntptrTy; member in __anon4b8f1cd00211::ModuleAddressSanitizer
990 Type *IntptrTy; member
1619 AddressSanitizer *Pass, const DataLayout &DL, Type *IntptrTy, Value *Mask, in instrumentMaskedLoadOrStore()
H A DNumericalStabilitySanitizer.cpp387 Value *getValue(Type *IntptrTy, IRBuilder<> &Builder) const { in getValue()
552 IntegerType *IntptrTy = nullptr; member in __anon1c7024df0111::NumericalStabilitySanitizer
H A DMemProfiler.cpp250 Type *IntptrTy; member in __anon3967f7130111::MemProfiler
H A DSanitizerCoverage.cpp268 Type *PtrTy, *IntptrTy, *Int64Ty, *Int32Ty, *Int16Ty, *Int8Ty, *Int1Ty; member in __anon0eb498d60111::ModuleSanitizerCoverage
H A DHWAddressSanitizer.cpp410 Type *IntptrTy = M.getDataLayout().getIntPtrType(M.getContext()); member in __anon1b7bdbef0111::HWAddressSanitizer
H A DMemorySanitizer.cpp581 Type *IntptrTy; ///< Integer type with the size of a ptr in default AS. member in __anonb346f5430211::MemorySanitizer
1710 Type *IntptrTy = ptrToIntPtrType(Addr->getType()); in getShadowPtrOffset() local
1738 Type *IntptrTy = ptrToIntPtrType(Addr->getType()); in getShadowOriginPtrUserspace() local
H A DDataFlowSanitizer.cpp458 IntegerType *IntptrTy; member in __anon5712215c0211::DataFlowSanitizer