OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASanStackVariableDescription
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
ASanStackFrameLayout.h
29
struct
ASanStackVariableDescription
{
52
SmallVectorImpl<
ASanStackVariableDescription
> &Vars,
/external/llvm/unittests/Transforms/Utils/
ASanStackFrameLayoutTest.cpp
30
static void TestLayout(SmallVector<
ASanStackVariableDescription
, 10> Vars,
41
#define VEC1(a) SmallVector<
ASanStackVariableDescription
, 10>(1, a)
43
SmallVector<
ASanStackVariableDescription
, 10>(a, a + sizeof(a) / sizeof(a[0]))
46
ASanStackVariableDescription
name##size##_##alignment = { \
87
ASanStackVariableDescription
t[] = {a1_1, p1_256};
94
ASanStackVariableDescription
t[] = {a1_1, a16_1, a41_1};
/external/llvm/lib/Transforms/Utils/
ASanStackFrameLayout.cpp
28
static inline bool CompareVars(const
ASanStackVariableDescription
&a,
29
const
ASanStackVariableDescription
&b) {
51
ComputeASanStackFrameLayout(SmallVectorImpl<
ASanStackVariableDescription
> &Vars,
/external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp
[
all
...]
Completed in 265 milliseconds