Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()