Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp34 static const Align kFunctionAlignment(4096); variable
186 MF.ensureAlignment(kFunctionAlignment); in assembleToStream()
319 assert(isAligned(kFunctionAlignment, FunctionAddress) && in ExecutableFunction()