Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp54 uint64_t Granularity, uint64_t MinHeaderSize) { in ComputeASanStackFrameLayout()
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DCodeGenDataReader.cpp95 const unsigned MinHeaderSize = 24; in read() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3522 uint64_t MinHeaderSize = std::max((uint64_t)ASan.LongSize / 2, Granularity); in processStaticAllocas() local