Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp3782 struct VarArgAMD64Helper : public VarArgHelper { struct
3785 static const unsigned AMD64GpEndOffset = 48; // AMD64 ABI Draft 0.99.6 p3.5.7
3786 static const unsigned AMD64FpEndOffsetSSE = 176;
3788 static const unsigned AMD64FpEndOffsetNoSSE = AMD64GpEndOffset;
3790 unsigned AMD64FpEndOffset;
3791 Function &F;
3792 MemorySanitizer &MS;
3793 MemorySanitizerVisitor &MSV;
3794 Value *VAArgTLSCopy = nullptr;
3795 Value *VAArgTLSOriginCopy = nullptr;
[all …]