Home
last modified time | relevance | path

Searched defs:DFSanFunction (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp283 struct DFSanFunction { struct
284 DataFlowSanitizer &DFS;
285 Function *F;
286 DominatorTree DT;
287 DataFlowSanitizer::InstrumentedABI IA;
288 bool IsNativeABI;
289 Value *ArgTLSPtr;
290 Value *RetvalTLSPtr;
291 AllocaInst *LabelReturnAlloca;
292 DenseMap<Value *, Value *> ValShadowMap;
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp386 struct DFSanFunction { struct
387 DataFlowSanitizer &DFS;
388 Function *F;
389 DominatorTree DT;
390 DataFlowSanitizer::InstrumentedABI IA;
391 bool IsNativeABI;
392 Value *ArgTLSPtr = nullptr;
393 Value *RetvalTLSPtr = nullptr;
394 AllocaInst *LabelReturnAlloca = nullptr;
395 DenseMap<Value *, Value *> ValShadowMap;
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp571 struct DFSanFunction { struct
572 DataFlowSanitizer &DFS;
573 Function *F;
574 DominatorTree DT;
575 bool IsNativeABI;
576 bool IsForceZeroLabels;
577 TargetLibraryInfo &TLI;
578 AllocaInst *LabelReturnAlloca = nullptr;
579 AllocaInst *OriginReturnAlloca = nullptr;
580 DenseMap<Value *, Value *> ValShadowMap;
[all …]