Home
last modified time | relevance | path

Searched refs:DescriptionString (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DASanStackFrameLayout.h42 SmallString<64> DescriptionString; member
/external/llvm/unittests/Transforms/Utils/
DASanStackFrameLayoutTest.cpp36 EXPECT_EQ(ExpectedDescr, L.DescriptionString); in TestLayout()
/external/llvm/lib/Transforms/Utils/
DASanStackFrameLayout.cpp104 Layout->DescriptionString = StackDescription.str(); in ComputeASanStackFrameLayout()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2903 auto DescriptionString = ComputeASanStackFrameDescription(SVD); in processStaticAllocas() local
2904 LLVM_DEBUG(dbgs() << DescriptionString << " --- " << L.FrameSize << "\n"); in processStaticAllocas()
2998 createPrivateGlobalForString(*F.getParent(), DescriptionString, in processStaticAllocas()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2084 DEBUG(dbgs() << L.DescriptionString << " --- " << L.FrameSize << "\n"); in poisonStack()
2167 createPrivateGlobalForString(*F.getParent(), L.DescriptionString, in poisonStack()