Home
last modified time | relevance | path

Searched defs:AllocasToInstrument (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/
DMemoryTaggingSupport.h58 MapVector<AllocaInst *, AllocaInfo> AllocasToInstrument; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
H A DMemoryTaggingSupport.h58 MapVector<AllocaInst *, AllocaInfo> AllocasToInstrument; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/
DMemoryTaggingSupport.h60 MapVector<AllocaInst *, AllocaInfo> AllocasToInstrument; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/
DMemoryTaggingSupport.h60 MapVector<AllocaInst *, AllocaInfo> AllocasToInstrument; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/
DMemoryTaggingSupport.h61 MapVector<AllocaInst *, AllocaInfo> AllocasToInstrument; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp443 const MapVector<AllocaInst *, memtag::AllocaInfo> &AllocasToInstrument, in insertBaseTaggedPointer()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1093 SmallVector<AllocaInst*, 8> AllocasToInstrument; in sanitizeFunction() local