Searched defs:StackDescriptionStorage (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp64 SmallString<2048> StackDescriptionStorage; local
65 raw_svector_ostream StackDescription(StackDescriptionStorage);
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2699 SmallString<2048> StackDescriptionStorage; local
2700 raw_svector_ostream StackDescription(StackDescriptionStorage);

Completed in 152 milliseconds