Searched defs:IntptrTy (Results 1 – 9 of 9) sorted by relevance
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTagging.cpp | 496 auto *IntptrTy = IRB.getIntPtrTy(M.getDataLayout()); insertBaseTaggedPointer() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | ThreadSanitizer.cpp | 145 Type *IntptrTy; global() member
|
H A D | AddressSanitizer.cpp | 837 Type *IntptrTy; global() member 957 Type *IntptrTy; global() member in __anon175cbb230211::ModuleAddressSanitizer 990 Type *IntptrTy; global() member 1619 instrumentMaskedLoadOrStore(AddressSanitizer * Pass,const DataLayout & DL,Type * IntptrTy,Value * Mask,Value * EVL,Value * Stride,Instruction * I,Value * Addr,MaybeAlign Alignment,unsigned Granularity,Type * OpType,bool IsWrite,Value * SizeArgument,bool UseCalls,uint32_t Exp,RuntimeCallInserter & RTCI) instrumentMaskedLoadOrStore() argument [all...] |
H A D | NumericalStabilitySanitizer.cpp | 387 getValue(Type * IntptrTy,IRBuilder<> & Builder) const getValue() argument 552 IntegerType *IntptrTy = nullptr; global() member in __anone0a649520111::NumericalStabilitySanitizer [all...] |
H A D | MemProfiler.cpp | 248 Type *IntptrTy; global() member in __anonfa4195860111::MemProfiler [all...] |
H A D | SanitizerCoverage.cpp | 268 Type *PtrTy, *IntptrTy, *Int64Ty, *Int32Ty, *Int16Ty, *Int8Ty, *Int1Ty; global() member in __anon543601890111::ModuleSanitizerCoverage [all...] |
H A D | HWAddressSanitizer.cpp | 410 Type *IntptrTy = M.getDataLayout().getIntPtrType(M.getContext()); global() member in __anon112a5b020111::HWAddressSanitizer [all...] |
H A D | MemorySanitizer.cpp | 580 Type *IntptrTy; ///< Integer type with the size of a ptr in default AS. global() member in __anon6be095360211::MemorySanitizer 1709 Type *IntptrTy = ptrToIntPtrType(Addr->getType()); getShadowPtrOffset() local 1737 Type *IntptrTy = ptrToIntPtrType(Addr->getType()); getShadowOriginPtrUserspace() local [all...] |
H A D | DataFlowSanitizer.cpp | 458 IntegerType *IntptrTy; member in __anon9c938a0f0211::DataFlowSanitizer [all...] |